raycrasher / Fell-Sky

2d space combat simulator like EV Nova and Transcendence.
MIT License
2 stars 1 forks source link

Unresolved reference to FarseerPhysics in editor project #3

Closed markgarcia closed 8 years ago

markgarcia commented 8 years ago

As far as I can see it does not point to a specific NuGet package, though I could definitely try using one.

raycrasher commented 8 years ago

FarseerPhysics MonoGame.dll (in the Dependencies folder) must be referenced and included in the executable path. I don't know why this happens though.

raycrasher commented 8 years ago

Ahh I found it - Remove FarseerPhysics.dll from the References, and then add FarseerPhysics MonoGame.dll in the Dependencies folder.