JetBrains / JetBrains/resharper-unity
Provide completion for names of default resources
Open
- Dominant language
- C#
- Stars
- 1.2k
- Forks
- 142
- PR merge metrics
- No merged PRs in 30d
Description
E.g. for the string name in `EditorGUIUtility.IconContent`. The trick would be to figure out a list of default resources for the current Unity version. This [Gist](https://gist.github.com/MattRix/c1f7840ae2419d8eb2ec0695448d4321) provides a dump of the known icons, but it would be better to discover them from the Unity install.
See what other builtin resources can be referenced by name.
Contributor guide
Assessment
This issue has not been assessed yet.