Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 919 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 919 Bytes

My odin inspector snippets

A collection of attributes and snippets i use with Odin Inspector

An OdinEditorWindow for generating a ShadowCaster2D for a SpriteShapeController. Super hacky with a lot of reflection :P

Video of it: https://cdn.discordapp.com/attachments/714116075221942362/761893804533874688/Desktop_2020.10.03_-_12.04.38.13_Trim.mp4

Adds a dropdown for the parameters of a fmod event

Example usage:

[EventRef]
[SerializeField] private string someEvent;

[FmodParameterDropdown(nameof(someEvent))]
[SerializeField] private string someParameter;

Result: