Hallo everyone,
i’m working on a project right now where i’m initialising new scenes through image detection. My problem is after the image get’s tracked successfully and loading the new scenes the objects in the new scene get initialised on wrong positions / misplaced.
The red shape is suppose to be Around me or more I am standing in it →
Instantiate(gOb, gOb.transform);
gOb.transform from the prefab is 0,0,0
Has anyone an idea why that happens?
Here is a video
https://www.reddit.com/r/Unity3D/comments/xnf750/unity_ar_objects_get_misplaced_when_new_scene/
Thanks in advance
Cheers Leon