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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Add comment