- Home /
Question by
Tecknoth · Dec 18, 2017 at 10:59 AM ·
scripting problemprojectsolution
UnityAssemblies directory is not created
I'm working in a team on a project shared through a GIT repository
Unity works fine for all of us excpet that on my PC, each time I open the Unity project, all HintPath for Unity DLL references is overwritten from a path to "Library\UnityAssemblies" folder to the install folder (precisely "C:\Program Files\Unity_2017.2.0f3\Editor\Data\Managed\UnityEngine").
When I check on the disk, it seems that the UnityAssemblies folder is never created on my workstation.
Comment
Answer by chen_fly · Apr 21, 2018 at 04:30 AM
https://forum.unity.com/threads/custom-dlls-and-refenceres-to-unity-dlls.519486/
maybe this help...
we can load dll from install path...