Search Issue Tracker
Fixed in 2018.3.X
Fixed in 2018.2.X
Votes
0
Found in
2018.2
Issue ID
1071188
Regression
Yes
Missing spaces around classnames wont allow scripts to be attached
Example code showing the issue:
using UnityEngine;
namespace MyGame
{
public class Player: MonoBehaviour
{
public float Health;
}
}
Works when space is added before the ":"
Comments (1)
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
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
- Material Component has two horizontal lines under it when its foldouts are closed
- Some selected Mesh Renderer Materials lead to Assets folder when pinged
- Editor colors appear darkened out when HDR Display Output is enabled
consu3
Sep 10, 2025 09:12
Wow, that is a wild one. I can't believe a missing space would cause that sort of issue; you'd think the compiler would be a little more forgiving. This is exactly the kind of hyper-specific, frustrating bug that's impossible to track down on your own. Thanks for sharing this, it's a huge help for anyone else who might run into it!