handzlikchris / handzlikchris/FastScriptReload
Executing compiler command should include /unsafe param if it's compiling unsafe code
Abierto
- Lenguaje dominante
- C#
- Estrellas
- 2.2k
- Forks
- 167
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Trying out the coolest package ever on my codebase.
Found that unsafe will not compile
```
error CS0227: Unsafe code may only appear if compiling with /unsafe'
at FastScriptReload.Editor.Compilation.DotnetExeDynamicCompilation.ExecuteDotnetExeCompilation
```
Fixed at Assets\FastScriptReload\Scripts\Editor\Compilation\DotnetExeCompilator.cs by adding /unsafe flag

BTW I am using Unity 6 and everything works fine. Your are the GOAT hehe
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.