Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ASMDEF Support for generated code #1174

Open
batonPiotr opened this issue Nov 16, 2024 · 0 comments
Open

ASMDEF Support for generated code #1174

batonPiotr opened this issue Nov 16, 2024 · 0 comments

Comments

@batonPiotr
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant