-
Notifications
You must be signed in to change notification settings - Fork 64
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
like in hub, you can open project in another platform
(and also should be able to see whats the current platform, in hub you cannot easily)
Things ToDo:
- get current platform for the project
- get list of installed platforms for that specific unity version (this is available in unity.Platforms already)
- display those installed platforms in the dropdown menu (Platform column)
- set current platform as selected in the dropdown menu
- user can select another platform from dropdown menu
- make dictionary of all platform names (to match commandline buildtarget params)
- cleanup combobox style template and colors
- when project is launched, set -buildTarget ...... based on the selected dropdown item
- set theme colors for combobox, so can customize it
- Need to refresh project platform at some point (otherwise shows old platform, if had changed it in the editor)
- Manual Refresh loses started Process reference, need to keep it for Process.Exited() event
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request