ialex32x / unity-jsb

It brings Javascript runtime capability to Unity3D by integrating QuickJS.
MIT License
335 stars 41 forks source link

Added priority to binding process to control order #97

Closed FreakTheMighty closed 1 year ago

FreakTheMighty commented 1 year ago

I found this useful to control whether my CustomBinding was run after the UnityBindings. Without this, I believe the order is non-deterministic.