You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: correct TryGetCachedResult doc and nullability
- Remove incorrect "Safe to call from any thread" claim; method reads
EditorPrefs which requires the Unity main thread
- Add nullable return type annotation to match the null-on-cache-miss behavior
0 commit comments