Skip to content

[Bug] Adding a project manually is seen as invalid? #125

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ReDarkTechnology opened this issue Feb 25, 2023 · 1 comment
Closed

[Bug] Adding a project manually is seen as invalid? #125

ReDarkTechnology opened this issue Feb 25, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@ReDarkTechnology
Copy link

I was trying to open a project and change it's platform but somehow the app doesn't detect it as a valid project because (maybe) the path somehow uses \ instead of /
image

I'm not sure if this is intentional or not, but I can't seem to be able to change the platform, unlike other projects
image

@unitycoder unitycoder added the bug Something isn't working label Feb 26, 2023
@unitycoder
Copy link
Owner

unitycoder commented Feb 26, 2023

yes, i think that was coming from the current way of just adding it in top of the list "as is".. (un-opened project)
but seems like the coming sorting updates force it auto-sorted,
so need to look into how to update/detect that row properly.

  • validate project data/make it proper project in the list (so that it doesn't show path as red)
  • when adding new project, make that row selected, to easily find it (since autosort forces it down the list, if sorted by date)
  • now when creating new project, need to handle forced sorting also (item doesnt appear until refresh)
  • handle selecting newly added project, if sorting is not by date (select correct row)

unitycoder added a commit that referenced this issue Dec 15, 2023
* master: (33 commits)
  try to handle version splitting better for uninstaller, fix #140
  fix browse Script and Theme folder buttons
  testing focusing modification for #133, add comment about nographics for batch build
  Tools: add "Hub logs" button
  Update README.md
  Update README.md
  fix release type (fixes #132), update assembly info string
  fix alpha/beta for download full installer
  fix vs warning "The property 'IsEmpty' was not found in type 'String'", Add button: Download full editor in browser (instead of installer) #131
  fix start minimized (titlebar was not hidden from taskbar), fix check updates: did not filter results, if checked updates twice on same unity version
  Tools, BuildReport: Get Plugins/ folder size from build (if not found, then count all Plugins/ folder sizes from project)
  Projects: disable ctrl key from focusing search field (to allow ctrl+home/end)
  Projects: Add support for multiple search strings (separated with space), Updates: clear filters on refresh list (since they are not applied to new list now)
  Upgrade project: Fix null ref for selected row, Updates: Download & Run, Set installation path using commandline argument to installer (using editor root path + unity base version)
  upgrade project: display platform, display unity release type & platforms in available unitys list
  Build report: filter out timestamps, if they are used (fixes #107)
  fix commandline start
  Projects: Fix adding existing project and creating new project (select correct just added row, fix red path color, fix null ref if refresh) fixes #125
  Projects: Refresh list if toggle Branch or Launcher Arguments column (fixes #117)
  Projects: Fix Sorting on Refresh and Load (fixes #123)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants