Hi,
I want to use the following method in a script :
http://docs.unity3d.com/ScriptReference/Path.GetExtension.html
In Mono I imported the related namespaces but I get the following error when I try to use Path.GetExtension() :
error CS0117 : 'Path' does not contain a definition for 'GetExtension'
How can I solve this ? I'm not very familiar with this kind of problems and I didn't find any satisfying solution online for the moment...
↧