Unity3D-Wine-Support / Unity3D-on-Wine

Scripts for making Unity3D run on Wine.
GNU General Public License v2.0
102 stars 59 forks source link

Symlink native MonoDevelop to correct path of .dll references #39

Closed Radivarig closed 9 years ago

Radivarig commented 9 years ago

After opening a file with #38 script all Unity variables are in red error CS0103: The name '...' does not exist in the current context By going to View>Pads>Solution there is red warning at Assembly-CSharp>References>Unity* that says Invalid file path Path that can be viewed from right-click>Properties look like this Z:/home/ ... / *.dll so I symlinked ln -s / Z\: and can change to Z: directory cd "Z:" but no change in MD getting to that path.

Radivarig commented 9 years ago

Had to symlink Z\: not in /bin/monodevelop but in directory where monodevelop gets called! And Unity calls it from project directory :)