Search Issue Tracker
In Progress
Fixed in 2023.1.0a24
Fix In Review for 2022.2.5f1
Won't Fix in 2022.1.X
Votes
2
Found in
2022.1.23f1
2022.2.0b16
2023.1.0a20
Issue ID
UUM-19452
Regression
Yes
Asset Bundles fail to build when adding a [SerializeField] value to code after building the Player
How to reproduce:
1. Open the user-attached project
2. Build the Asset Bundles (BuildTest → Build AssetBundles)
3. Create a Build (File → Build Settings)
4. Create a new variable with a “[SerializeField]” in the “BundlePrefabComponent.cs” Script and save
5. Build the Asset Bundles (BuildTest → Build AssetBundles)
Expected result: No errors and the Build Succeeds
Actual result: Errors are thrown in the Console and the Build Fails
Reproducible with: 2022.1.0a2, 2022.1.23f1, 2022.2.0b16, 2023.1.0a20
Not reproducible with: 2020.3.42f1, 2021.3.14f1, 2022.1.0a1
Reproducible on: macOS Monterey 12.6 (Intel)
Errors:
1. “Type '[Assembly-CSharp]BundlePrefabComponent' has an extra field 'v' of type 'System.Int32' in the player and thus can't be serialized”
2. “Fields serialized in Editor, class 'BundlePrefabComponent'
'm_property' of type 'System.Int32'“
3. “Fields serialized in target platform, class 'BundlePrefabComponent'
'm_property' of type 'System.Int32'
'v' of type 'System.Int32'“
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
- "DirectoryNotFoundException" error when building a project via script in one folder, then building via Editor in another, deleting the folder built via Editor and rebuilding via Script
- New items are created and old ones remain in memory when using 'treeView.SetRootItems(items)' and 'treeView.Rebuild()' which can cause a memory leak
- Code continues to run after enabling the Frame Debugger when in paused Play Mode and using 'WaitForSecondsRealtime' coroutine
- Dragging and dropping files from the Unity Editor to a different app doesn't work when Cmd-Tab is used to switch apps
- SDF Baking causes memory to be allocated that isn't deallocated when in Play Mode and in Builds
Resolution Note (2022.1.X):
Backport to branch 2022.1 has stopped as it reached end of life