Traffy.UnityPython
Traffy.UnityPython copied to clipboard
future performance speedup
ref: https://www.jacksondunstan.com/articles/3916
- avoid static constructors
- avoid object intializer notation
P.S: removing static fields that are used as mutable collections can simplify the implementation of hot reloading.
and hot reloading is the key reason for why UnityPython is superior than the existing approaches to cross-platform development.