Answers for "the script doesn't inherit a native class"

0

the script doesn't inherit a native class

1. Make sure the file and classname are identical
2. Make sure the class inherits MonoBehaviour. Example:
	public class MyClass : MonoBehaviour {}
Posted by: Guest on October-20-2021

Code answers related to "the script doesn't inherit a native class"

Browse Popular Code Answers by Language