Search Issue Tracker
Postponed means that the issue was either a feature request or something that requires major refactoring on our side. Since that makes the issue not actionable in the close future we choose to close it as Postponed and add it on our internal roadmaps and technical debt pages instead.
Postponed
Votes
0
Found in
5.2.1p1
Issue ID
738061
Regression
No
Compilation error in a generic ctor which uses default const parameter
Repro steps:
1) Open the project and notice the compilation error
2) Open the ExampleClass script in Editor
3) Change the default string id parameter in the ExampleClass ctor from const to simple string
(string id = DEFAULT_ID -> to string id = "ExampleClass")
4) Notice the compilation error dissapears
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Cameras" tooltip is too far from the window
- 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
- "State comes from an incompatible keyword space" errors when building Entity catalogs
- Model and Prefab Preview icons are not updated after upgrading associated Materials to URP
Add comment