Game programmer, designer, director; retired quadball player; antimeme; radical descriptivist; antilabel; Moose;

Working at Muse Games. Directed Embr, worked on Wildmender and Guns of Icarus, Making new secret stuffs

Opinions are everyone else's


ItsMeLilyV
@ItsMeLilyV
this might be the smartest thing i've ever done using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public class Note : MonoBehaviour
{
[TextArea]
[Tooltip("Notes for this object.")]
public string note;
}


Queso2469
@Queso2469

This is an incredibly useful tool, and I've written almost the exact same one before. (Although TextArea is almost certainly a better way to do it and I will steal it.)


You must log in to comment.