-
Notifications
You must be signed in to change notification settings - Fork 87
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
Projeny support windows environment? #52
Comments
It doesn't currently allow substituting environment variables but this could be added pretty easily |
Multi developer has different path with UnityEditor or Project.It is a useful feature. Then all developer can re-use one ProjenyProject.yaml. |
If you have a different path for the unity editor, you can set that up per-machine by adding a
I'm not sure what the other case is you're talking about. What do you mean developers might have different projects? |
Oh, are you saying different projects might use different versions of unity? |
|
I'm not sure why environment variables solve your problem, but like I said it's trivial to add, so I've done this for you with the latest commit. I haven't created a release yet but if you want to try it you can run from source |
This is because WorkDir is not a string. You need to change WorkDir and UnityEditor to something like this:
For more details on YAML parsing see here |
Can you attach your PrjLog.txt? |
It's my mistake. It's work very well.Thanks. |
Can I can edit ProjenyProject.yaml -'[Some Environment Var]/PathToUnityProject' ?
The text was updated successfully, but these errors were encountered: