I was looking for some help with the 2d course on my first code
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class helloworld : MonoBehaviour {
// Use this for initialization
void Start () {
print("hello world");
}
// Update is called once per frame
void Update () {
}
}
Can’t add script behaviour TMP_CoroutineTween. The script needs to derive from MonoBehaviour!