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

Getting compilation error after opening the project in unity #23

Open
JoyalJos opened this issue Mar 18, 2019 · 3 comments
Open

Getting compilation error after opening the project in unity #23

JoyalJos opened this issue Mar 18, 2019 · 3 comments

Comments

@JoyalJos
Copy link

Downloaded the project and added the scripting symbols mentioned in the instruction . But i am still getting some compilation errors

Assets/NLua/GenerateEventAssembly/CodeGeneration.cs(441,32): error CS0246: The type or namespace name 'TypeBuilder' could not be found (are you missing a using directive or an assembly reference?)
Assets/NLua/GenerateEventAssembly/CodeGeneration.cs(63,11): error CS0246: The type or namespace name 'AssemblyBuilder' could not be found (are you missing a using directive or an assembly reference?)
Assets/NLua/GenerateEventAssembly/CodeGeneration.cs(64,11): error CS0246: The type or namespace name 'ModuleBuilder' could not be found (are you missing a using directive or an assembly reference?)

@jurek1029
Copy link

Try switching your configuration to .net3.5 in unity project. Worked for me

@codematters68
Copy link

Thank you @jurek1029 . Worked for me too!

@1710537013
Copy link

this worked for me too! ,thank you! @jurek1029

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

4 participants