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
- Crash on JobQueue::HasJobGroupIDCompleted when closing the Editor while in Play mode on a specific project
- In "Preferences" section the “SpriteShape” menu item, the details page title “SpriteShape”, and “ControlPoint” entries are displayed as code strings rather than formatted UI strings
- Errors thrown constantly when Virtual Offset Debug is enabled and lighting was baked on AMD machine
- Persistent Memory Leak when reloading domain and using Distance-based Ghost Importance
- HDRP project doesn't render in standalone player when using High stripping
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.