-
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
StandaloneWindows64 #61
Comments
Yes, I encountered this same problem with it. I'll add an option for it. |
…ws and also added an option to default to 64 bit (re issue #61)
Ok so now:
I haven't had time to work on this for awhile because I'm waiting until I have enough time to do a major refactor. I want to port all the python to C#, and also I want to change the way it handles multiple projects. Right now it assumes one project for each platform, but I've been thinking that it might be better to just allow any number of multiple unity projects per projeny project, with some settings to control what platform each project should be including platform-specific properties. This would also be much nicer because you could have multiple project instances with the same config. You might use this to test networking on windows and debug both sides with unity, or just to have the same project open twice for some other reason. |
Hi thanks for the quick reply. Will check out the stuff soon. Making the platforms more flexible would be really cool as we will have multipme Windows builds (Oculus, Vive) and also multiple Android builds and they all need some different Packages and Settings. |
Exactly yeah - having different per-project configs that generate different unity projects could allow each unity project to have different packages too |
Hi,
when I switch to a 64 Bit build projeny complains that I switched platforms outside projeny and changes back to StandaloneWindows. Any way to make 64 Bit default?
The text was updated successfully, but these errors were encountered: