- 
                Notifications
    You must be signed in to change notification settings 
- Fork 5
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Plans to include a ScriptableObject version of the To Do list, so it doesn't need to be on a GameObject / in scene. Currently you can use a prefab to kinda do this, but this would be a cleaner solution.
The only problem is you won't be able to link Scene GameObjects/Components as Unity can't handle references to scene objects outside of the scene itself (as far as I'm aware at least, and it also can't do cross-scene references). Don't really want dependency on some external GUID system... so basically wrote one myself. See #3.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request