Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 3.03 KB

File metadata and controls

49 lines (37 loc) · 3.03 KB

Unity Code Samples

Sample code for Inputsystem's key configuration system. Compatible with Control Schema and TextMeshPro-Sprite. out

Example implementation of an EventBus that calls a function with an arbitrary signature from an enum ID. Msg

Example implementation of custom clips, tracks, callbacks for the Timeline. customtimeline

Simply example that passes variables to the next scene. varacrossscenes

Implementation example of easy handling of Gizmos on runtime. gizmohelper_fps10

Implementation example of interchanging Mouse, RectTransform, Transform positions. out

Implementation example of Load-Release Management with Addressables Asset System. Also Used SaveLoad script. aasloader

Simple save/load system with inspector viewer. saveload

Implementation example that allows Xlsx and CSV to be read, edit, and save on a custom editor. Using MiniExcel. exceleditor

Example code to change the scripting symbols from the menu bar. Also changing XR Providers. customtopbamenu

Implementation example of window mode switching on runtime. changewindowmode

Example of converting a text files with simple or complex content into data that can be handled. fileparser