googlesamples / arcore-depth-lab

ARCore Depth Lab is a set of Depth API samples that provides assets using depth for advanced geometry-aware features in AR interaction and rendering. (UIST 2020)
https://augmentedperception.github.io/depthlab/
Apache License 2.0
780 stars 153 forks source link

Why exclude the Packages directory? #8

Closed andybak closed 4 years ago

andybak commented 4 years ago

It makes this much more fragile and prone to breakage. The whole point of putting an entire Unity project in a repo is to have a reliable, reproducible set up. The vast majority of Unity projects on Github include Assets, Packages and ProjectSettings and in my experience the ones that don't are much less likely to work without some fixes at my side.

ruofeidu commented 4 years ago

For now, we would like to point users to integrate the Unity package at https://github.com/google-ar/arcore-unity-sdk/releases. Sorry for the inconvenience.