Skip to content

teevik/odin-inspector-snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

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:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages