There is next in API:
public static Object Instantiate(Object original, Transform parent, bool instantiateInWorldSpace);
But I need next:
public static Object Instantiate(Object original, bool instantiateInWorldSpace);
I need to instantiate it in a scene without parenting, but keep world transform.
↧