Skip to content

Instantly share code, notes, and snippets.

@daniele-quero
Created June 24, 2021 08:52
Show Gist options
  • Save daniele-quero/6c9f51f089f2e402432706acd76afb4f to your computer and use it in GitHub Desktop.
Save daniele-quero/6c9f51f089f2e402432706acd76afb4f to your computer and use it in GitHub Desktop.
example of get component usage
ComponentClass component = gameObjectVariable.GetComponent<ComponentClass>();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment