
SegmentDisplay - Unity - Leguar
using Leguar.SegmentDisplay; You can then change text of display simply by saying: mySegmentDisplay.SetText("42"); This will cause text "42" to appear on display immediately. …
DotMatrix - Unity - Leguar
Create new script that will be used to control DotMatrix display. Use any way you prefer to give your script reference to DotMatrix script in gameobject created earlier. Make sure your script is …
Editor Toolkit - Unity - Leguar
Editor Toolkit Introduction. Collection of small Unity Editor tools to make your work faster and life easier. Tools running automatically on background:
Unity - Leguar
Unity assets. Welcome to our Unity assets page. We'll list here any assets available from Unity Asset Store. Click asset below to see short introduction and link to asset store page where to …
TotalJSON - Unity - Leguar
TotalJSON Introduction. Total JSON is fast, light-weight JSON package. Completely stand-alone, no depencies, nothing but C#, works on any platform.
JArray - C# API Docs - Leguar
public string CreatePrettyString Turns this JSON array to string JSON formatted, but easily human readable string. This output is not as tightly packed as string returned by CreateString() but …
JSON - C# API Docs - leguar.com
public string CreatePrettyString Turns this JSON object to JSON formatted, but easily human readable string. This output is not as tightly packed as string returned by CreateString() but …
JSON - C# API Docs - Leguar
public void Add (string key, object value): Add new key/value pair to this JSON. public void AddOrReplace (string key, object value): Add or replace key/value pair in this JSON. public …
Leguar
Quality over quantity. Unity asset store packages. Free to use Java sources
Java - Leguar
Java code. Java source codes for different purposes. Note that these are not stand-alone programs but purely just Java source code that you have to compile yourself.