Search Issue Tracker
Won't Fix
Votes
0
Found in
2020.2
2020.2.2f1
2021.1
2021.2
Issue ID
1311483
Regression
No
Project fails to build with IL2CPP at TypeDbJsonGenerator
Reproduction steps:
1. Open user attached project
2. Open Assets\Scenes\MessageBoardScene
3. Make sure Backend is set to IL2CPP in Player Settings
4. Build the Project
Expected result: Build completes
Actual result: Build fails
Reproducible with: 2020.2.4f1, 2021.1.0b7, 2021.2.0a4
Could not test with: 2018.4, 2019.4 (Compiler errors)
Notes:
Build completes with Mono backend
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Joint Physics result in unexpected behaviors when used for articulated vehicles like buses or trucks
- Standalone Player crashes with "TDerived GetOrLoad<TDerived>() where TDerived : T" when IL2CPP Code generation is set to "Faster (smaller) Builds"
- IndexOutOfRangeException and InvalidOperationException when logging XML string
- Script missing in "Assets/Settings/Mobile_Renderer/GlobalVolumeFeature" of "com.unity.template.urp-blank" template
- “Font Asset Creator - Error Code [Invalid_File_Structure]…“ error is logged when generating Font Assets from fonts which worked with TMP Font Asset Creator
Resolution Note (2021.2.X):
The project is failing to build because of the dcpssacs.netmodule which is part of a multi-file .net assembly. Unity does not support netmodules. While it does happen to work in the editor, it is not a file type that is actively supported.