Skip to content

project list: platform display and selection #19

@unitycoder

Description

@unitycoder

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

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions