Hi guys.
I’ve updated my project from 2018.0.b3 to 2018.0b8 and noticed that the Library/UnityAssemblies/ folder is not present anymore. That was a very nice folder (I think it was introduced in 5.x or so) as all necessary Unity Dlls were located there, which are used by the project. I’ve referenced the Unity Dlls in that folder for my own custom Dlls projects and when updating the project to a different Unity version, all I had to do is update the project and build my custom Dlls and everything was fine.
Now that the folder is gone, I wonder how we are supposed to reference Unity Dlls in our custom projects (outside of the Unity project itself). Actually I won’t be very happy if I have to update the references to the Unity Dlls everytime I install a new Unity version.
Any thoughts on this one or do I miss something here?
Thanks for help!