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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution 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!