Search Issue Tracker
Fixed in 2018.1.X
Votes
0
Found in
2018.1.0a5
2018.1.0b5
Issue ID
994983
Regression
Yes
No warning about scripts being compiled is shown after trying to add a newly created script to a gameobject
There used to be a warning shown after trying to add a script just after creating it and while the engine was compiling all the scripts. There is no longer a warning, only an error:
"Can't add script behaviour VisualContainerAsset. The script needs to derive from MonoBehaviour"
To reproduce:
1. Open user's attached project or any other project with several scripts in it
2. Create a new script and name it
3. Right after naming it, while it's compiling, attach the script to any gameobject in the scene
4. Observe the error
Expected result: A warning occurs that script cannot be added while the compilation is in progress
Actual result: An error occurs informing that the script needs to derive from MonoBehaviour
Reproduced with: 2018.1.0a5, 2018.1.0b6
Not reproduced with: 2017.1.3p1, 2017.2.1p3, 2017.3.1f1, 2018.1.0a4
Regression started in: 2018.1.0a5
Fixed in 2018.2.0a4
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Line Brush blue outline appears at incorrect position when painting start of line in Tile Palette
- [URP] All materials render black when building via batchmode or without rendering Scene/Game view in Editor if Decal renderer Technique is set to "Automatic"
- Player Tags list shows extra blank space behind the scrollbar in the "Player Tags" settings window
- Edit Angular Limits gizmo handles are small and easy to miss-click in the Scene view
- Duplicate Player Tag save fails silently with no error or validation message
Add comment