unity-atoms/Packages/FSM/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 WIP FSM 2020-03-08 13:24:46 +01:00
BaseEventReferenceListeners Clean up WIP 2020-03-09 00:37:52 +01:00
BaseEventReferences Generator creates compilable code with type specific modifications (#169) 2020-07-12 08:18:51 +02:00
EventInstancers WIP FSM 2020-03-08 13:24:46 +01:00
Events Generator creates compilable code with type specific modifications (#169) 2020-07-12 08:18:51 +02:00
FiniteStateMachine #160 - Hook up OnFixedUpdate handler 2020-05-21 17:53:27 +02:00
Transition Fixes to issues in v4.0.1 2020-03-22 01:22:08 +01:00
UnityEvents WIP FSM 2020-03-08 13:24:46 +01:00
Actions.meta WIP FSM 2020-03-08 13:24:46 +01:00
BaseEventReferenceListeners.meta WIP FSM 2020-03-08 13:24:46 +01:00
BaseEventReferences.meta WIP FSM 2020-03-08 13:24:46 +01:00
EventInstancers.meta WIP FSM 2020-03-08 13:24:46 +01:00
Events.meta WIP FSM 2020-03-08 13:24:46 +01:00
FiniteStateMachine.meta WIP 2020-03-09 00:16:40 +01:00
MamboJamboStudios.UnityAtomsFSM.Runtime.asmdef FSM pkg + Example WIP 2020-03-08 12:32:41 +01:00
MamboJamboStudios.UnityAtomsFSM.Runtime.asmdef.meta FSM pkg + Example WIP 2020-03-08 12:32:41 +01:00
Transition.meta WIP 2020-03-09 00:16:40 +01:00
UnityEvents.meta WIP FSM 2020-03-08 13:24:46 +01:00