ToughNutToCrack / ARWT

This library allows you to use Unity to build AR Web applications, working as a bridge between Unity and the best AR libraries available for the Web.
MIT License
304 stars 79 forks source link

Build not working on Unity version 2020.2.7f1 #11

Open sampjh opened 3 years ago

sampjh commented 3 years ago

When building the Crash demo project (this also happens with the other 'ready to build' scenes) certain files are missing after the build, resulting in an error. Files missing after build: UnityLoader.js, the json file and markersImages folder.

there is also a difference between the 'markers' folder between Unity versions, the build from the 2019.4.15f1 build contains Hiro.patt, Nutty.patt and NuttyCardboard.patt. the build from the 2020.2.7f1 build contains patt.hiro and test.patt

when building in Unity 2019.4.15f1 everything works as it should.

afzaale01 commented 1 year ago

Any update on it @sampjh ?