21. UNITYゲームで次のテスト
UNITY > Assets > Import Package > Standard Assets (Mobile)
Disable all the assets
Pick “Dual Joysticks.prefab”, “Joysticks.js” and “JoystickThumb.psd”
Create “Standard Assets” directory in “Assets” (needed for linking JS to C# scripts)
Move “Joystick.js” to “Standard Assets”
22. UNITYゲームで次のテスト
Start Scene
UNITY > Open Start Scene > Copy “Dual Joysticks Prefab” to the scene
UNITY Start Scene > Select “StartController” Object > Link Touch Joystick with LeftJoystick (Dual Joysticks)
UNITY > Open Assets/UnityChan2D/Demo/Scripts/StartController.cs
Apply the patch here: https://gist.github.com/domaemon/665db8d52a486835fd1c
23. UNITYゲームで次のテスト
World Scene
UNITY World Scene > Copy “Dual Joysticks Prefab”
UNITY Start Scene > DemoUnityChan2D Object > Touch Joystick - LeftJoystick (Dual Joysticks)
UNITY Start Scene > DemoUnityChan2D Object > Move Joystick - RightJoystick (Dual Joysticks)
UNITY > Open Assets/UnityChan2D/Scripts/UnityChan2DController.cs
Apply the patch here: https://gist.github.com/domaemon/439f707424376526b92b