You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 18, 2022. It is now read-only.
To allow developers to modify the default pipeline for creating and destroying linked game objects, we should make the add a filter method in the GameObjectCreatorFromMetadata and make it virtual. This allows you to add your own custom logic on top of it by inheriting from the class and overriding that one method.