stevehalliwell / ulox

A bytecode interpreted scripting language for games in Unity.
MIT License
24 stars 0 forks source link

Consider removal of Enum #243

Closed stevehalliwell closed 5 months ago

stevehalliwell commented 8 months ago

How are we actually using it and could it just be a map or dynamic object and do exactly the same thing except auto increment value?

stevehalliwell commented 5 months ago

Using them quite a bit for sequence state machines, but the ergonomics of using them is not great.