Closed polartron closed 6 years ago
Thanks for your detailed report @polartron. This is our first external GDK issue report and we're disproportionately excited about it. We're tracking it internally as UTY-576.
spatial clean
inside a SpatialOS project on windows succeeds in cmd, PowerShell and Git BASH.rm
instead of remove-item
, are used).Hey @polartron,
We've redesigned the Unity GDK workflow so that, rather than use spatial clean
and spatial build
, all build processes are now achieved by the scripts in /ci. As such this ticket is now redundant, as you'll never have to spatial clean
in a GDK project again.
If you have a use case for a spatial clean
-like command, do let us know.
We'll be documenting the scripts in /ci, and the workflows we envision they'll be used in, in the very near future.
Description
Running spatial clean in cmd or powershell on windows outputs an error because it can't find the program "rm"
Expected behaviour
spatial clean should function without issues on windows without using git-bash
Current behaviour
Steps to reproduce
Environment