BUILDS_PATH folder resolution fails sometimes
Closed this issue · 2 comments
vadim0x60 commented
BUILDS_PATH folder resolution fails sometimes
braj11 commented
BUILDS path folder set Path.cwd()/UnityBuilds. Tested it on my system where the issue was recurring. Path (name) was referring to the file from which the auto-als was imported/called. Path.cwd() always refers to current working directory of the envs file, where the Unity Builds folder is located
braj11 commented
Earlier fix had some issues. Issue fully fixed with Path(file).parent.parent.resolve() refers to the envs.py itself