UniScript
UniScript copied to clipboard
Bring C# scripting into Unity which acts as native code.
Results
3
UniScript issues
Sort by
recently updated
recently updated
newest added
public int loool = 0; public void Preload(PlayState playState) { loool++;
Hey there, I downloaded this and opened the project up, but there is an error of: ```sh Assets/ModPlayerSDK/Editor/UI/CreateAppWindow.cs(56,58): error CS1061: 'CreateAppResponse' does not contain a definition for 'app' and no...