Skip to content

RayOfIdeas/VSCodeSnippetsForUnity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

VSCodeSnippetsForUnity

Convenient snippets for my most used code blocks.

Snippet List

Debugs

  • debug for Debug.Log($"Hello, World");
  • debugw for Debug.LogWarning($"Warning");
  • debuge for Debug.LogErro($"Error");
  • debugg for Debug.Log($"{nameof(var)}: {var});

Coroutines

  • corupdate for creating a looping coroutine
  • correstart for restarting a looping coroutine; only works with RestartCoroutine() in plugin PlugRMK
  • cordelay for creating a delayed coroutine
  • eventtri for adding EventTrigger and entries to an image component

Attributes

  • sf for [SerializeField]
  • sb for [Serializable]

About

Convenient snippets for my most used code blocks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published