Is your feature request related to a problem? Please describe.
As developer I would like to use instantiate method to create instances of Prefabs.
Describe the solution you'd like
Need to add a new method
Actor *instantiate(Prefab *prefab, Vector3 position, Quaternion rotation)
Describe alternatives you've considered
n/a
Additional context
n/a
Is your feature request related to a problem? Please describe.
As developer I would like to use instantiate method to create instances of Prefabs.
Describe the solution you'd like
Need to add a new method
Actor *instantiate(Prefab *prefab, Vector3 position, Quaternion rotation)Describe alternatives you've considered
n/a
Additional context
n/a