Skip to content

Instantly share code, notes, and snippets.

@triacontane
Created September 9, 2017 05:27
Show Gist options
  • Save triacontane/a3caa641170360dc11b8dff2d02fdc17 to your computer and use it in GitHub Desktop.
Save triacontane/a3caa641170360dc11b8dff2d02fdc17 to your computer and use it in GitHub Desktop.
名前入力の処理をスクリプトで実行します。
var actorId = 1;
var charNumber = 4;
SceneManager.push(Scene_Name);
SceneManager.prepareNextScene(actorId, charNumber);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment