Search Issue Tracker
Won't Fix
Votes
0
Found in
2023.3.0a9
Issue ID
UUM-52188
Regression
Yes
Scripts derive from StateMachineBehaviour instead of MonoBehaviour when creating new C# Scripts
How to reproduce:
1. Create a new project
2. Create a new C# Script
3. Open the C# Script
Expected result: The newly created C# script derives from MonoBehaviour
Actual result: The newly created C# script derives from StateMachineBehaviour
Reproducible with: 2023.3.0a9
Not reproducible with: 2021.3.31f1, 2022.3.10f1, 2023.1.16f1, 2023.2.0b12, 2023.3.0a8
Reproduced on: macOS Ventura 13.5 (Intel), Windows 11 (User reported)
Not reproduced on: No other environment tested
Notes:
- The reporter has noted that - “Likely cause: Scripting submenu has Playables submenu under it with two items, likely there should be three there (another for mentioned state machine).”
- The same happens if using C# Script from the Scripting submenu.
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
- SystemInfo.get_graphicsDeviceName() is generating garbage GC Alloc when using Metal graphics API
- Crash on D3D12CommonShader::ApplyGpuProgram when attaching material which samples "_UnityFBInput0" to "Full Screen Pass Renderer Feature" Component
- SpeedTree meshes and objects count differs when comparing the numbers in the Player with the Editor
- Model and Prefab Preview icons are not updated after upgrading associated Materials to URP
- Game view is rendered white when viewing the Editor with HDR display and Post Proccesing is enabled on the Main Camera with 2D URP
Resolution Note:
There are no fixes planned for this Bug