unityクラス名とファイル名が一致しているのにアタッチできない
↑の言葉のとうりです
エラーメッセージ
Can’t add script component ‘sample’ because the script class cannot be found. Make sure that there are no compile errors and that the file name and class name match.
いつものですね
該当のソースコード
C#script
using System.Collections; using System.Collections.Generic; using UnityEngine; public class Tomato : MonoBehaviour { // Use this for initialization void Start () { } // Update is called once per frame void Update () { } public void Touch(){ SceneManager.LoadScene ("2"); } }
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。