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
- "Multiplayer Center" window does not reflect changes made in "Other Packages" section
- Crash on D3DKMTOpenResource when capturing with RenderDoc while GPU Skinning is set to GPU(Batched)
- Editing and saving Curve changes in UI Builder window throws multiple errors in the Console
- [UI Builder] Value is not selected when left clicking on Spacing/Border Widget values
- The "Install Packages" button misses tooltips that would explain its behaviors
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.