我查看了官方文档UnityLaunchersAndDesktopFiles,但似乎找不到启动器在任何地方支持的类别列表。是否有这样的编译列表,以便我可以快速查看我的选择是什么?
您可以选择自定义类别,但不建议这样做。相反,最好使用众所周知的类别
此链接对于阅读很有用:
桌面条目规范
这是上面链接的副本:
|Main Category|Description |Notes |
|-------------|------------------------------------------------------------------------------|----------------------------------------------------------------------|
|AudioVideo |Application for presenting, creating, or processing multimedia (audio/video) | |
|Audio |An audio application |Desktop entry must include AudioVideo as well |
|Video |A video application |Desktop entry must include AudioVideo as well |
|Development |An application for development | |
|Education |Educational software | |
|Game |A game | |
|Graphics |Application for viewing, creating, or processing graphics | |
|Network |Network application such as a web browser | |
|Office |An office type application | |
|Science |Scientific software | |
|Settings |Settings applications |Entries may appear in a separate menu or as part of a "Control Center"|
|System |System application, "System Tools" such as say a log viewer or network monitor| |
|Utility |Small utility application, "Accessories" | |
|-------------|------------------------------------------------------------------------------|----------------------------------------------------------------------|
Run Code Online (Sandbox Code Playgroud)
感谢您给 Jacob Vlijm 的提示。