
0
Answered
Custom evvents
I need to check "custom events" from an array of objects, and objects can appear and disappear at any time."c #" allows you to do this without problems.
how to do it?
Bolt Version:
Unity Version:
Platform(s):
Scripting Backend:
.NET Version (API Compatibility Level):
Customer support service by UserEcho
Hi,
You should probably put a Custom Event on each of your custom object. This way, Bolt will automatically handle starting and stopping to listen when the objects appear/disappear (I'm assuming you mean enable/disable or activate/deactivate).