M1 Support Workaround

@Patrick_Catanzariti Thanks for sharing that thread with me but what they’re experiencing seems to be related to the windows platform and/or android development.

Thanks Ben, this is very helpful for our team !!!

1 Like

It’s a thanksgiving miracle! :smiley:

2 Likes

Hi Ben. I am new to Unity and Lightship ARDK so it’s likely that I am missing something obvious, but I don’t download a zip file when I use your link. I download an Assets folder.

What am I doing wrong? Thanks for any advice in advance.

Paul

Hi Paul – your browser or OS might be automatically un-zipping the downloaded file for you. You should be able to skip unzipping the file and just copy the contents of the downloaded Assets directory into your project’s Assets directory (overwriting files as needed).

1 Like

Thanks Dan. That was it.

On a modern macOS install with zsh as the default shell, you can use the following command executed from your root project directory to put the files in the right place:

unzip =( wget -qO- https://community.lightship.dev/uploads/short-url/pndZHpV0lj8xE2FvHyKgUBWjDFD.zip )