unity-atoms/Packages/SceneMgmt/Runtime
Adam Ramberg 8a6b8a97a6
Added Variable Instancer, Event Reference, Atom Collection and Atom List (old Atom List renamed to Atom Value List) (#110)
AtomVariableInstancer
- Added AtomVariableInstancer as an option to AtomReference.
- Added AtomVariableInstancer to generator.
- Added editor icon for AtomVariableInstancer.

AtomEventReference
- Added an AtomEventReference class (and AtomEventX2Reference). It’s similar to an AtomReference, but for Events. Let’s you pick between an Event, Variable (will select the Changed event) and a VariableInstancer (see above).
- Added AtomEventReference and AtomEventX2Reference to generator.
- Added a drawer for AtomEventReference.
- Listeners are now using AtomEventReference instead of AtomEvent.
- Refactoring of VoidHooks since Listeners are now using AtomEventReference.

AtomCollection
- Created an AtomCollection - a collection of Atoms associated with key strings (AtomReferences).
- Added new editor icon for collections.
- Created a SerializableDictionary class, which AtomCollection is using.
- Custom property drawer for SerializableDictionary.
- SerializableDictionary supports nested structures meaning that a AtomCollection can have a KVP that is pointing to another AtomCollection.
- AtomCollections have 3 events: Added, Removed, Cleared.
- Added an option to sync an InstanceVariable to collection - adding it to the collection when created (using gameObject’s instance id as key) and removing it from the collection when destroyed.

AtomList
- Renamed old AtomList to AtomValueList
- Added AtomList, like Collection, but a list
- Added new icon for AtomList
- Created a AtomBaseVariableList class, which AtomList is using.
- Custom property drawer for AtomBaseVariableList.
- AtomLists have 3 events: Added, Removed, Cleared.
- Added an option to sync an InstanceVariable to list - adding it to the list when created and removing it from the list when destroyed.
2020-02-23 02:39:43 +01:00
..
Actions Added Variable Instancer, Event Reference, Atom Collection and Atom List (old Atom List renamed to Atom Value List) (#110) 2020-02-23 02:39:43 +01:00
Constants Regenerate docs for SceneField Atoms 2019-10-15 22:39:20 +02:00
EventReferences Added Variable Instancer, Event Reference, Atom Collection and Atom List (old Atom List renamed to Atom Value List) (#110) 2020-02-23 02:39:43 +01:00
Events Regenerate docs for SceneField Atoms 2019-10-15 22:39:20 +02:00
Functions Added pre change transformers to Variables + Clamp Int / Float (#93) 2020-02-16 12:44:46 +01:00
Listeners Added Variable Instancer, Event Reference, Atom Collection and Atom List (old Atom List renamed to Atom Value List) (#110) 2020-02-23 02:39:43 +01:00
References Added Variable Instancer, Event Reference, Atom Collection and Atom List (old Atom List renamed to Atom Value List) (#110) 2020-02-23 02:39:43 +01:00
Types Generate more docs for scene mgmt 2019-10-15 23:31:21 +02:00
UnityEvents Regenerate docs for SceneField Atoms 2019-10-15 22:39:20 +02:00
ValueLists Added Variable Instancer, Event Reference, Atom Collection and Atom List (old Atom List renamed to Atom Value List) (#110) 2020-02-23 02:39:43 +01:00
VariableInstancers Added Variable Instancer, Event Reference, Atom Collection and Atom List (old Atom List renamed to Atom Value List) (#110) 2020-02-23 02:39:43 +01:00
Variables Added pre change transformers to Variables + Clamp Int / Float (#93) 2020-02-16 12:44:46 +01:00
Actions.meta New repo structure 2019-10-01 17:27:22 +02:00
Constants.meta New repo structure 2019-10-01 17:27:22 +02:00
EventReferences.meta Added Variable Instancer, Event Reference, Atom Collection and Atom List (old Atom List renamed to Atom Value List) (#110) 2020-02-23 02:39:43 +01:00
Events.meta Generate new SceneField atoms 2019-10-01 23:45:42 +02:00
Functions.meta Added pre change transformers to Variables + Clamp Int / Float (#93) 2020-02-16 12:44:46 +01:00
Listeners.meta Generate new SceneField atoms 2019-10-01 23:45:42 +02:00
MamboJamboStudios.UnityAtomsSceneMgmt.Runtime.asmdef New repo structure 2019-10-01 17:27:22 +02:00
MamboJamboStudios.UnityAtomsSceneMgmt.Runtime.asmdef.meta New repo structure 2019-10-01 17:27:22 +02:00
References.meta New repo structure 2019-10-01 17:27:22 +02:00
Types.meta New repo structure 2019-10-01 17:27:22 +02:00
UnityEvents.meta Generate new SceneField atoms 2019-10-01 23:45:42 +02:00
ValueLists.meta Added Variable Instancer, Event Reference, Atom Collection and Atom List (old Atom List renamed to Atom Value List) (#110) 2020-02-23 02:39:43 +01:00
VariableInstancers.meta Added Variable Instancer, Event Reference, Atom Collection and Atom List (old Atom List renamed to Atom Value List) (#110) 2020-02-23 02:39:43 +01:00
Variables.meta New repo structure 2019-10-01 17:27:22 +02:00