adjust / unity_sdk

This is the Unity SDK of
http://www.adjust.com
MIT License
149 stars 70 forks source link

UPM support fix #286

Open ErnSur opened 5 months ago

ErnSur commented 5 months ago

Replaced absolute path to the assets folder with relative path to the packages folder

Unity uses virtual file system for install UPM packages. We can be sure that package files can be accessed from "Packages/name of the package/" directory