Search Issue Tracker
Fixed
Fixed in U6.4
Votes
0
Found in [Package]
0.1.0-exp.1
Issue ID
GTFB-1287
Regression
No
Compiler error when project uses IL2CPP with .NET Standard scripting backend
Steps to reproduce:
- Create a new project
- Add the GTK package
- Open Project Settings
- Navigate to Player page
- In the Configuration section set
- Scripting Backend -> IL2CPP
- Editor Assemblies Compatibility Level -> .NET Standard
Expected : Unity recompiles scripts and there is no error
Actual : Unity recompiels scripts and there is the following compiler error
- /com.unity.motion/Packages/com.unity.graphtoolkit/GraphToolkitEditor/UI/ModelView/Inspector/CustomPropertyDrawerAdapter.cs(223,63): error CS1061: 'AppDomain' does not contain a definition for 'DefineDynamicAssembly' and no accessible extension method 'DefineDynamicAssembly' accepting a first argument of type 'AppDomain' could be found (are you missing a using directive or an assembly reference?)
Reported on Discussions board : [https://discussions.unity.com/t/error-cs1061-appdomain-does-not-contain-a-definition-for-definedynamicassembly/1673819]
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment