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.3.3p1
Issue ID
778522
Regression
No
Code fails to compile due to order of the methods
Code does not compile if one method is below other method even though there is no direct calls between those two methods.
Steps to reproduce:
1. Open attached project.
2. See the error in console - "The name `ClearPool' does not exist in the current context"
3. Move "ClearPool" method above "public void Configure(T original, int poolSize = DefaultPoolSize)".
4. Code compiles correctly.
Reproduced on 5.1.0f3, 5.3.3p2 and 5.4.0b10
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [VFX Graph] Base Color Map Inconsistency between Lit and Unlit Ouput
- [HDRP] Water is using the wrong depth when calculating absorption for alpha clipped transparents with depth prepass enabled
- [VFX Graph] Emissive isn't working with Decal output
- Gizmos are not drawn in Game view and Render Graph Execution errors are shown when stacked Overlay Camera is used and 'Compatibility Mode' is disabled
- Crash on WalkTypeTreeInternal when selecting the Texture of a specific FBX
Add comment