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
My project relies heavily on .asmdef's so I created .asmdefs for XLua also. But this leaves me with the problem that is mentioned in the FAQ:
The important thing to note about changing directories is that the generated code and xLua core code must be in the same assembly. If you want to use the hotfix function, the xLua core code must be in the Assembly-CSharp assembly.
SInce the generated code needs access to some internal properties of XLua, it's not possible to glue them apart.
Could you enable the possibility to create generated code that is outside of XLua core's assembly?
The text was updated successfully, but these errors were encountered:
My project relies heavily on .asmdef's so I created .asmdefs for XLua also. But this leaves me with the problem that is mentioned in the FAQ:
SInce the generated code needs access to some internal properties of XLua, it's not possible to glue them apart.
Could you enable the possibility to create generated code that is outside of XLua core's assembly?
The text was updated successfully, but these errors were encountered: