Search Issue Tracker
Fixed
Fixed in 5.0.7
Votes
0
Found in [Package]
5.0.6
Issue ID
PBLD-57
Regression
Yes
MissingComponentException is thrown when selecting a Prefab after building a project
Steps to reproduce:
1. Open the “bug-probuilder-stripping” project
2. Go to Build Settings and Build the project
3. Wait for the build to complete
4. Select “Cube” Prefab in Assets/Prefabs
5. If the Console logs no errors, and there is Clean Build, Clean Build the project, otherwise repeat 2-4 steps once
Expected result: The Console logs no errors
Actual result: “MissingComponentException: There is no 'Renderer' attached to the "Cube" game object, but a script is trying to access it.” error is thrown
Reproducible with: 5.0.1 (2021.3.20f1), 5.0.6 (2021.1.0a7, 2021.3.20f1)
Not reproducible with: 4.4.0 (2021.3.20f1), 4.5.2 (2021.3.20f1), 5.0.0-pre.7 (2021.3.20f1), 5.0.6 (2020.3.45f1, 2022.1.0a15, 2022.2.10f1, 2023.1.0b7, 2023.2.0a5)
Could not test with: 2021.1.0a1-2021.1.0a6 (missing scripts), 2022.1.0a1-2022.1.0a14 (package errors), 5.0.0-pre.10 (compiler errors)
Reproduced on: macOS Monterey 12.2 (Intel)
Notes:
- The issue is reproducible with Editor and package versions combined
- 2022.2.10f1, 2023.1.0b7, 2023.2.0a5 Editor versions get “Can't remove MeshRenderer because ProBuilderMesh (Script) depends on it” error
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Add comment