Can I run C# scripts from Unity on an Ubuntu 19.10 macine? Huge stack of compiling errors.
Hi all,
Full disclosure: I originally posted this question in 'Forums' under 'Editor & General Support', but I figured it might be more appropriate here. Sorry if it's inappropriately redundant. No spamming intended.
I'm trying to use Unity3D to convert a 3D character I've created into an avatar for VRchat. This is done using the VRchat SDK. My real goal is to build VR environments to hang out in with my friends.
Due to mainly economic reasons, I am using an Ubuntu-based system.
Unity seems to work great on Ubuntu. I am able to upload my avatar and all his supporting files into the program and everything behaves exactly as it should, right up until I try to run a script, i.e. VRchat SDK's Avatar Descriptor. Unity gives me 124 'compiling error' messages when I attempt to upload the character.
The process I am following is outlined in this Youtube video. I have followed all the proper procedures, at least as far as I can tell - though it is hard to know, since I cannot find any examples anywhere of anyone even talking about doing this kind of thing from a Linux computer, let alone instructions on what I need to be doing differently.
I'm not 100% certain, but I think the issue stems from some compatibility issue with Ubuntu and C#.
I do have 'Mono Develop (built-in)' selected under 'External Tools' in the Preferences menu, although when I click on 'Download MonoDevelop Installer', it opens an error page in a new tab on my browser that starts with:
"This XML file does not appear to have any style information associated with it. The document tree is shown below." I would not think 'Download MonoDevelop Installer' would have any usefulness to me anyway, as MonoDevelop is 'built-in', according to that first button.
So is there some way to get those pesky not-quite-java C# scripts running on my open source Linux machine?
I really really want to make this work, but I really don't want to have to drop ~$140 for a software download with my job in limbo as it is right now.
Maybe it's not C# at all. Maybe there's a checkbox I need to untick somewhere...