ialex32x / unity-jsb

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

Improve method calls with optional arguments #87

Closed KurtGokhan closed 2 years ago

KurtGokhan commented 2 years ago

Some methods and constructors were not callable if exact number of arguments were not given, even if they have default value for those arguments.

Also fixed a crash in the experimental dictionary bridge.