Skip to content

An implemantation try of .NET Roslyn Compiler in Unity allowing easy C# runtime compilation, C# Hot-Loading, security analysis

Notifications You must be signed in to change notification settings

JudgeGroovyman/roslyn-unity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.NET Roslyn Compiler in Unity

See : .NET Roslyn Compiler

References

Features

  • Compile C# at runtime
  • Create security rules
  • Check code according to security rules
  • Hot-reloading C# script
  • Interact with Unity game object, scene, files.
  • Provide classes allowing files manipulation in a defined scope.

Tech

Our classes use open source project to work properly.

  • UnityEngine - Game engine used in which we implemented Roslyn (Not open source, but we use Unity)
  • Roslyn - Give the ability to compile C# at runtime, analyze code and security.

About

An implemantation try of .NET Roslyn Compiler in Unity allowing easy C# runtime compilation, C# Hot-Loading, security analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published