When I create my 3D dice in my main.collection manually. It works fine. But now I need to create it from a factory and the die is a collection so I use a collection factory.
When the collection factory die goes to the left side of the scene it disappears. In the video I have one manually created die and two collectionfactory dice. You can see how they behave differently.
If I try to spawn the object on the left side of the screen it won’t show up. Only the right side of the screen allows the object to stay on screen.
Any idea why this is happening? And better yet how to fix it?