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
- Getting a deprecated package for JetBrains Rider pop up when opening or creating a project
- [Android] Volume level of the same audio file is different on Samsung Galaxy Tab A8 between 2023.3.0b3 and 2023.3.0b4
- ‘Expected end of value’ warning occurs when a property declaration includes five or more variable references
- Crash on BurstCompilerService::CompileAsync when entering Play mode in a specific scene
- InvalidOperationException when using Game Camera Preview in Scene window with a custom RenderGraph pass
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!