Search Issue Tracker
Duplicate
Votes
0
Found in
4.5.0a2
Issue ID
580752
Regression
No
Duplicate script names in firstpass vs standard assemblies produces corrupted builds
To reproduce:
1. Open the attached project and "repro" scene
2. Observe that there are two 'MouseLook' scripts in the project, one in the root Assets folder and one inside Standard Assets / Character Controllers / Sources / Scripts. Note that this has not produced any compiler errors, as the two scripts are being compiled into different assemblies.
3. Observe that one of the scripts (the Standard Assets one) is attached to the main camera in the scene.
4. Make a development build of the project and run it.
5. Observe that the development console within the build reports that the build is corrupted.
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
- Shader Graph Swizzle Node Input/Output and Mask Update Incorrectly After Undo
- [URP] Crash on GameObject::QueryComponentByType when baking a Reflection Probe in an unsaved/untitled Scene
- No Icons are used for the Entry and Exit States in the Inspector when selected in an Animator Controller
- Crash on PlayerMain(int, char const**) when exiting Standalone Player with a Particle System in the Scene
- No Icon is used for the Runtime Animator Controller Type in a Search Window when assigning an Animator Controller in the Animator Component
This is a duplicate of issue #498608