stevehalliwell / ulox

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

Consider removal of mixin combined methods #250

Closed stevehalliwell closed 3 months ago

stevehalliwell commented 4 months ago

While this makes sense to be complete and in line with flavors we don't really use them and it makes a new type and a new branch in method execution that we have to continue to support.

stevehalliwell commented 3 months ago

Initial investigation shows its only being used in demos of itself and adds multiple routes through the vm.