- Home /
What version of Mono does Unity 5 use?
I'm assuming it's still using 2.6.5, like previous versions of Unity.
Is there a way to tell by examining installed DLLs in the Program Files/Unity/Editor/Data subfolders?
I've been trying to use ShouldSerialize*() methods along with XmlSerializer, which have been supported by .NET since 1.1. Unfortunately all attempts to get this working have failed, and the methods are never being called via reflection in the editor. According to a bug tracker (https://bugzilla.xamarin.com/show_bug.cgi?id=1852), Mono didn't support that feature until Mono 3.3 or 3.12.
Your answer
Follow this Question
Related Questions
Append to existing XML doesnt work Unity3D 0 Answers
How to determine Mono version of Unity ? 3 Answers
Problem About Get and Set Methods 0 Answers
Unity 5.5 API Compatibility 1 Answer
Unity 5 - Current .NET version and futur 0 Answers