Skip to content

Latest commit

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

WScript

A very light weight script system. Mainly for Unity. But also usable in any C# projects.

Samples

//Notice: following code samples are not supposed to run in a same method. Judge the place where codes should run by yourself.//To read a script file.WScriptscript=newWScript(File.ReadAllText("C:\\scr.txt"));//To create a new ScriptRunner with deltaTime always been 0.1WUScriptRunnerrunner=newWUScriptRunner(()=>0.1f);//Run a script.runner.Run(script);

For more information about how to use WScriptSystem, check the project called WScriptTest.

About

A very light script system. Mainly for Unity. But also usable in any C# projects.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages