You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ok bug found - it's in the management of out parameters of value type (e.g. out int).
The extension method thingie is just a red-herring - it exposes the bug but has no real role in this bug . Fix coming very very soon - at this point I'm targetting a thursday release with cumulative fixes.
The first lua.DoString in the following code will result in: function call doesn't match any overload, while the second one won't.
No exception will be thrown if UserData.RegisterExtensionType is removed.
Unity 5.1.1
The text was updated successfully, but these errors were encountered: