Dreamteck / splines

The official Dreamteck Splines for Unity repository
Apache License 2.0
22 stars 2 forks source link

Fix prefab serialization #4

Closed Kronoxis closed 1 year ago

Kronoxis commented 1 year ago

Prefab instances of Object Controllers need to be marked as dirty when their spawn list changes, otherwise they do not get serialized correctly, causing objects to get lost and extra ones are added. Check out the Discord forum post for in depth tests and discussion about this issue.

This PR attempts to resolve this.