JetBrains / JetBrains/resharper-unity
Add Editor callbacks to performance critical context
Open
- Dominant language
- C#
- Stars
- 1.2k
- Forks
- 142
- PR merge metrics
- No merged PRs in 30d
Description
`OnGUI` is called every frame, so should be considered performance critical context. It is usually intended for working in the Editor, but can still affect performance.
Also follow the callbacks for `EditorApplication.update`.
Contributor guide
Research direction
No files or tests are named. Start by locating the existing performance-critical context handling, then trace how OnGUI and EditorApplication.update callbacks are discovered; done means both callback sources are covered consistently with the current context rules and the relevant tests pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, unity
- Domain
- devtools, performance
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100