Skip to content

Instantly share code, notes, and snippets.

@kurtdekker
Created July 22, 2022 17:31
Show Gist options
  • Save kurtdekker/e63690a1bfe9515d40d3f09a1470daba to your computer and use it in GitHub Desktop.
Save kurtdekker/e63690a1bfe9515d40d3f09a1470daba to your computer and use it in GitHub Desktop.
leave comments all over your Unity scenes / prefabs
using UnityEngine;
// @kurtdekker - drop this script on on any GameObject (as many
// times as you like) and fill out the Text field.
public class Comments : MonoBehaviour
{
[Multiline]
public string Text = "< fill me out! >";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment