KevinJardine
23 days agoMember
Sublevel issue
I have an asset pool in a sublevel that adds a button that brings up a CustomUI form that returns the user to a home spawn point. When I test the sublevel, all works as expected. However, when I load it from my toplevel, I get "Found an object with an invalid reference on variable 'spawnPoint'". Any suggestions?
You shouldn't be trying to use dynamics in a sublevel. It only works with static entities.