public static void Load(out GameObject obj, String path)
{
obj = Resources.Load<GameObject>(path);
}
mh no this won't work i think 😩
Обсуждают сегодня