Convenient snippets for my most used code blocks.
debug
forDebug.Log($"Hello, World");
debugw
forDebug.LogWarning($"Warning");
debuge
forDebug.LogErro($"Error");
debugg
forDebug.Log($"{nameof(var)}: {var});
corupdate
for creating a looping coroutinecorrestart
for restarting a looping coroutine; only works with RestartCoroutine() in plugin PlugRMKcordelay
for creating a delayed coroutineeventtri
for adding EventTrigger and entries to an image component
sf
for[SerializeField]
sb
for[Serializable]