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

Fix an error in CodeGen that failed to get System.Type (Unity 2021) #196

Merged
merged 2 commits into from
Apr 23, 2021

Conversation

hadashiA
Copy link
Owner

#187
Unity 2021 seems to give an error when building with CodeGen. (You can run it in the editor).

The probrem:

  • System.Type.GetType in CodeGen is broken. Probably the assembly to be compiled cannot be referenced at build time.

Fix:

  • Try to use Assembly.Load when Assembly cannot be referenced

@vercel
Copy link

vercel bot commented Apr 23, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/hadashia/vcontainer/DqgwxFFD8z5QWRC64ckdGUZqmVFA
✅ Preview: https://vcontainer-git-ku-fix-codegen-unity-2021-hadashia.vercel.app

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

Successfully merging this pull request may close these issues.

1 participant