unity-atoms/Packages/Core/Editor/Generator
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
..
Resources Generator creates compilable code with type specific modifications (#169) 2020-07-12 08:18:51 +02:00
AtomRecipe.cs WIP 2020-03-01 21:32:52 +01:00
AtomRecipe.cs.meta WIP 2020-03-01 21:32:52 +01:00
AtomType.cs Example WIP 2020-03-05 00:48:39 +01:00
AtomType.cs.meta New repo structure 2019-10-01 17:27:22 +02:00
AtomTypes.cs Instancer improvements (#172) 2020-07-01 08:32:07 +02:00
AtomTypes.cs.meta New repo structure 2019-10-01 17:27:22 +02:00
Generator.cs Generator creates compilable code with type specific modifications (#169) 2020-07-12 08:18:51 +02:00
Generator.cs.meta New repo structure 2019-10-01 17:27:22 +02:00
GeneratorEditor.cs Generator creates compilable code with type specific modifications (#169) 2020-07-12 08:18:51 +02:00
GeneratorEditor.cs.meta New repo structure 2019-10-01 17:27:22 +02:00
RegenerateAllAtoms.cs Generator creates compilable code with type specific modifications (#169) 2020-07-12 08:18:51 +02:00
RegenerateAllAtoms.cs.meta - Added a top menu bar option to regenerate all existing Atoms. Nifty when developing the library. 2019-10-16 18:02:08 +02:00
Resources.meta New repo structure 2019-10-01 17:27:22 +02:00
Templating.cs Generator creates compilable code with type specific modifications (#169) 2020-07-12 08:18:51 +02:00
Templating.cs.meta New repo structure 2019-10-01 17:27:22 +02:00