You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, I wanted to say how awesome this project is. We've been using it at my company for the last several months and it's been a real game changer, so thanks hugely for that.
Current issue we're having: Deleting projects from the command line does not appear to be working.
Steps to reproduce:
Version 0.3.5
Navigate to root folder where a set of Projeny packages/projects exists.
List the projects with prj -lpr to see what is available.
Try to delete a project with prj -dpr <projectName>
Notice the error, and project is not deleted.
Neither project name nor alias appear to work. Screenshot of example run below (using Projeny examples):
Expected behaviour - deletion from command line should work.
Incidentally - is there a way to delete projects from the Unity UI? Couldn't see one, or reference to it in the documentation.
Thanks!
The text was updated successfully, but these errors were encountered:
Also, is there a workaround for this in the meantime? Simply deleting the project folder does not appear to be enough to remove it from the Projeny 'Change Project' menu in Unity.
Thanks, I'm glad you're finding it useful! Wish we had more time to work on it - we are all pretty busy right now at our company.
Oh, I think the issue is that it is meant to be used like this:
prj -p Awesomeness -dpr
That is, the project is always specified using the -p or --project argument.
After the project is deleted, the Change Project menu should be updated the next time you update your links. Either by using Projeny -> Update Directories or prj -p MyProject -ul
First, I wanted to say how awesome this project is. We've been using it at my company for the last several months and it's been a real game changer, so thanks hugely for that.
Current issue we're having: Deleting projects from the command line does not appear to be working.
Steps to reproduce:
prj -lpr
to see what is available.prj -dpr <projectName>
Neither project name nor alias appear to work. Screenshot of example run below (using Projeny examples):
Expected behaviour - deletion from command line should work.
Incidentally - is there a way to delete projects from the Unity UI? Couldn't see one, or reference to it in the documentation.
Thanks!
The text was updated successfully, but these errors were encountered: