unity-atoms/Packages/BaseAtoms/Runtime
jmacgill 3140feab42
Generator creates compilable code with type specific modifications (#169)
* Make Examples path check OS agnostic.

* Examples path check OS agnostic.

* Update Runtime.cs

* Re-generate and patch back in type specific changes

* Add missing UnityEngine using.

* Marked as not sealed

* Support the current value type as a conditional.

* Nested if blocks

* Use next char instead of next linefeed.

* Remove debug lines.

* Keep Atom Base Variable sepecfic code.

* Fix position of endif

* Add Raise for void type

* Add void and FSM specific logic

* Add is numeric conditional

* Add more type specific logic

* Add is Vector to generator.

* Add type specific logic

* Add collider type

* Add color specific logic

* Working on whitespace diffs

* Working on whitespace diffs

* remove unused test assembly

* removed example nested if

* test comment removed after regen

* missing ValueEquals

* missing ValueEquals on colliders

* missing color speciifc code.

* whitesapce cleanup

* whitesapce cleanup

* whitesapce cleanup

* whitesapce cleanup

* whitesapce cleanup

* whitesapce cleanup

* remove temp debug

* Generated events now follows editoconfig. + Inline conditionals now supports white spaces.

Co-authored-by: jrmacgill <jmacgill@gmail.com>
Co-authored-by: Adam Ramberg <adam@mambojambostudios.com>
2020-07-12 08:18:51 +02:00
..
Actions Remove sync functionality in variable instancers 2020-03-19 08:39:43 +01:00
BaseEventReferenceListeners #122 Add Event Refs for Collections and Lists (#123) 2020-04-03 15:45:08 +02:00
BaseEventReferences Generator creates compilable code with type specific modifications (#169) 2020-07-12 08:18:51 +02:00
Collections #122 Add Event Refs for Collections and Lists (#123) 2020-04-03 15:45:08 +02:00
Constants More WIP 2020-03-02 02:26:06 +01:00
EventInstancers #122 Add Event Refs for Collections and Lists (#123) 2020-04-03 15:45:08 +02:00
EventReferenceListeners Clean up WIP 2020-03-09 00:37:52 +01:00
EventReferences More WIP 2020-03-02 02:26:06 +01:00
Events Generator creates compilable code with type specific modifications (#169) 2020-07-12 08:18:51 +02:00
Functions Rename functions correctly 2020-03-21 22:17:59 +01:00
MonoBehaviourHelpers Move sync variable instancer to collection to its own MB 2020-03-19 08:20:15 +01:00
Pairs More WIP 2020-03-02 02:26:06 +01:00
References Generator creates compilable code with type specific modifications (#169) 2020-07-12 08:18:51 +02:00
SyncVariableInstancerToCollection Correctly generate comments 2020-03-19 08:41:44 +01:00
UnityEvents Example WIP 2020-03-05 00:48:39 +01:00
ValueLists More WIP 2020-03-02 02:26:06 +01:00
VariableInstancers Remove sync functionality in variable instancers 2020-03-19 08:39:43 +01:00
Variables Generator creates compilable code with type specific modifications (#169) 2020-07-12 08:18:51 +02:00
Actions.meta More WIP 2020-03-02 02:26:06 +01:00
BaseEventReferenceListeners.meta Align base event reference listener 2020-03-08 12:51:22 +01:00
BaseEventReferences.meta Example WIP 2020-03-05 00:48:39 +01:00
Collections.meta More WIP 2020-03-02 02:26:06 +01:00
Constants.meta More WIP 2020-03-02 02:26:06 +01:00
EventInstancers.meta More WIP 2020-03-02 02:26:06 +01:00
EventReferenceListeners.meta More WIP 2020-03-02 02:26:06 +01:00
EventReferences.meta More WIP 2020-03-02 02:26:06 +01:00
Events.meta More WIP 2020-03-02 02:26:06 +01:00
Functions.meta More WIP 2020-03-02 02:26:06 +01:00
MamboJamboStudios.UnityAtomsBaseAtoms.Runtime.asmdef Changelog + assembly fixes 2020-06-20 00:45:58 +02:00
MamboJamboStudios.UnityAtomsBaseAtoms.Runtime.asmdef.meta More WIP 2020-03-02 02:26:06 +01:00
MonoBehaviourHelpers.meta Finished example scene 2020-03-18 02:00:18 +01:00
Pairs.meta More WIP 2020-03-02 02:26:06 +01:00
References.meta More WIP 2020-03-02 02:26:06 +01:00
SyncVariableInstancerToCollection.meta Move sync variable instancer to collection to its own MB 2020-03-19 08:20:15 +01:00
UnityEvents.meta More WIP 2020-03-02 02:26:06 +01:00
ValueLists.meta More WIP 2020-03-02 02:26:06 +01:00
VariableInstancers.meta More WIP 2020-03-02 02:26:06 +01:00
Variables.meta More WIP 2020-03-02 02:26:06 +01:00