Unity-Technologies / HLODSystem

845 stars 138 forks source link

embed dependencies within package.json #75

Closed laurentopia closed 4 years ago

ZiadJ commented 4 years ago

Is there any reason for it not being able to work out of the box? I've moved on to other things because the installation process is too much of a hassle right now but will gladly reconsider once this is fixed.

JangkyuSeo commented 4 years ago

Thank you for you guys feedback. Since this repository uses git-submodule, ssh configuration is required. When I made it, there was only a way to include the source code, so I managed it using git-submodule. There seems to be another way now. Let me check.

JangkyuSeo commented 4 years ago

I tried to remove submodule and using dependency package by git repo but PackageManager is not allow this. Only project level support this behaviour.

I think landing to PackageManager is only way to simplify installation.