2016-06-01から1ヶ月間の記事一覧

Sceneの遷移について

チェック項目 ・Scryptの一番上に、 using UnityEngine.SceneManagement; を記述 ・BuildSettingで、各シーンを登録 ・遷移先でもBuildSettingの各シーンを登録 /*忘れずに*/ ・条件を入力し、メインの文である SceneManager.LoadScene ("Mainchan"); を記述…

エラー一覧

●error CS1519: Unexpected symbol `<internal>’ in class, struct, or interface member declaration (原因)コード中に全角空白が含まれてる可能性。</internal>

スクリプトを当てはめた時のエラー

スクリプトを当てはめた時のエラー: 〜〜because the script class cannot be found. Make sure that there are no compile errors and that the file name and class name match. ↓ スクリプトの「ファイル名」と、 「スクリプト内の一行目(public class…