Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
CSharpInterpreter.InitializeCompilerForUnity3D
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.
Mostrar archivo
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