📅  最后修改于: 2022-03-11 14:56:37.489000             🧑  作者: Mango
1. Make sure the file and classname are identical
2. Make sure the class inherits MonoBehaviour. Example:
public class MyClass : MonoBehaviour {}