Skip to content

wlgys8/UnityShellHelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Attention

check new version of unity shell which has better api design :

https://github.com/wlgys8/UnityShell

UnityShellHelper

This helper is designed for excuting shell command in unity editor. It will excute command with bash on osx & cmd.exe on win.

Just drag the folder to your unity project and it will work.

example:

	ShellHelper.ShellRequest req = ShellHelper.ProcessCommand("ls","");
	req.onLog += delegate(int logType, string log) {
		Debug.Log(arg2);
	}; 

About

Execute shell command in unity editor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages