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
- The hover selection/highlight of items in the Insert button dropdown and the Documentation button dropdown are hard to see when hovered using the Light Editor theme
- NullReferenceExceptions appear when clicking to rename and then deleting the only GameObject in a scene
- Crash on "core::base_hash_set" when using nested [SerializeReference] fields in List<T> structures
- A ghost Game Window and multiple errors appear in the Editor when a Render Texture used by a Camera's "Target Texture" property is deleted
- Color Picker feels less smooth when dragging a Variables Color property in UI Builder Inspector
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.