vadim0x60/auto-als

BUILDS_PATH folder resolution fails sometimes

Closed this issue · 2 comments

BUILDS_PATH folder resolution fails sometimes

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

Earlier fix had some issues. Issue fully fixed with Path(file).parent.parent.resolve() refers to the envs.py itself