Skip to content

Instantly share code, notes, and snippets.

@R3tr0BoiDX
Last active December 6, 2022 20:59
Show Gist options
  • Save R3tr0BoiDX/0a2bbc5dc4efb82a21adab0e3a1ccd6c to your computer and use it in GitHub Desktop.
Save R3tr0BoiDX/0a2bbc5dc4efb82a21adab0e3a1ccd6c to your computer and use it in GitHub Desktop.
A scene depended notepad directly within Unity, PREVIEW: https://github.com/R3tr0BoiDX/R3tr0BoiDX/blob/main/Multiline.png
#if UNITY_EDITOR
using UnityEngine;
public class Multiline : MonoBehaviour {
[Multiline(50)] public string notes;
}
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment