Search found 2 matches

by Ducktor_Cid
Tue May 25, 2021 10:21 am
Forum: General Discussion
Topic: Trying to save a transform with child objects, but having difficulty.
Replies: 3
Views: 824

Re: Trying to save a transform with child objects, but having difficulty.

Hey Joel. Thanks for the help but I was able to fix it on my own this morning. To fix the rigidbody issue, I just checked in the script if it's still null after trying to get the component, if so then just wait a few frames before trying again which seems to have fixed it. As per the pink object bug...
by Ducktor_Cid
Tue May 25, 2021 12:49 am
Forum: General Discussion
Topic: Trying to save a transform with child objects, but having difficulty.
Replies: 3
Views: 824

Trying to save a transform with child objects, but having difficulty.

I'm making a game where you can create these marble run tracks using cuboro-styled (and legally distinct ;) ) blocks. I want to be able to save these blocks (which are all children of a gameobject called TrackParent) Some preliminary testing showed that everything seemed to be fine but I soon found ...