C# Class CSharpInterpreter.InitializeCompilerForUnity3D, CSharp-Interpreter-for-Unity-3D

Performs initialization of the C# compiler.
Most of this method's code is a hack as a workaround for the wrong GAC path and compiler search logic that is baked into Unity.
Show file Open project: keyword/CSharp-Interpreter-for-Unity-3D

Public Methods

Method Description
RunOnce ( ) : void

Private Methods

Method Description
SearchForFullPath ( string fileNameWithoutExtension, IEnumerable searchPaths ) : string

Method Details

RunOnce() public static method

public static RunOnce ( ) : void
return void