Closed ghost closed 8 years ago
As a workaround i can put a simlink so it's not big deal, just wanted to let you know about the error since it's pretty common to setup shared content folder
I know what's causing this and I should have a fix for you in 1.3.14.
This should be fixed in the 1.3.14 release that I just pushed. Let me know if you still have trouble.
Yes works perfectly fine, awesome job! and thanks :)
Hello
I'm trying to setup a shared content folder, it's in the root of my solution
MySolution/Assets/Data ......................./GameProject ....................../EditorProject
But i'm having a problem with Presentation
I can correctly setup the content folder like this:
Content = ContentManager.Create("../../../Assets/Data");
But the problem comes with Presentation, he doesn't seems to correctly handle
`../..