#Issue with self referencing scenes
4 messages · Page 1 of 1 (latest)
4 messages · Page 1 of 1 (latest)
I'm trying to simulate animal behavior and to make reproduction work each animal needs a reference to itself as a packed scene
Its causing these two errors and I would like to know how to fix it so my files don't get corrupted again
Issue with self referencing scenes
Changed title to be more clear*
I'm changing the behavior to instead use self.duplicate instead of scene.instantiate since it's causing issues.