Open lalkberg opened 7 months ago
Both of these are a consequence of this issue: https://github.com/bscotch/stitch/issues/211
An issue with implementing this is that from the looks of things, the objectEvents
are sealed when collision events have their labels and name both derived from the object that triggers the collision. So adding new collisions against newly added object types will not be able to be added to the objectEvents
list directly and would have to be done periodically rather than just on load.
It appears as if Stitch isn't designed to work with collision events.