Search Issue Tracker
Fixed in 2022.1.X
Fixed in 2019.1.X, 2020.3.X, 2021.1.X
Votes
0
Found in
2018.2.18f1
2018.4
2020.3
2021.1
2021.2
Issue ID
1106237
Regression
Yes
Incorrect error dialog appears when trying to attach script with spaces in the file name
How to reproduce:
1. Create a new project
2. In the Project window create a new C# script and name it "test script" (with the space)
3. Try to drag the newly created script on the "Main Camera" GameObject
Expected result: An error dialog appears with the following message "Can't add script component 'test script' because the script class cannot be found. Make sure that there are no compile errors and that the file name and class name match."
Actual result: An error dialog appears with the following message: "The script test script' does not contain a class derived from UnityEngine.MonoBehaviour"
Reproducible with: 2018.4.34f1, 2020.3.7f1, 2021.1.6f1, 2021.2.0a17
Not reproducible with: 2019.2.0a3, 2019.4.26f1
Notes:
1. Reproducible on Windows 10 and Ubuntu 18.04
2. The issue was previously fixed in 2019.2.0a3 but regressed again
3. On 2020.2.0a1, 2020.2.0a8 the script can be attached but doesn't load
4. Messages on different Editor versions:
2018.4.34f1: Can' add script AssemblyInfo.cs. The script needs to derive from MonoBehaviour!
2020.3.7f1: The script don't inherit a native class that can manage a script.
2021.1.6f1, 2021.2.0a17: The script 'gg hh' does not contain a class derived from UnityEngine.MonoBehaviour
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
- Rigidbody2D.Slide API does not have the needed configuration when creating a 2D Top-Down character controller
- Opening reference for "Playables"component redirects to a missing page
- Sprite Renderer image is changed when switching Mask Interaction and changing Sprite to a shared Sprite
- An unsigned integer is not compared with an integer correctly in player when using IL2CPP backend
- Graphical artifacts are being rendered in Scenes that are loaded during run-time when GPU Resident Drawer is turned on
Resolution Note (fix version 2022.1):
Fixed in 2021.2.0a19
Resolution Note (fix version 2021.1):
Fixed in 2021.1.13f1
Resolution Note (fix version 2020.3):
Fixed in 2020.3.13f1