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
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?)
The text was updated successfully, but these errors were encountered:
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?)
The text was updated successfully, but these errors were encountered: