У нас вы можете посмотреть бесплатно Unity Touch Button Platformer - Move the player with touch controls или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
See the NEW and IMPROVED 4.6/5 version here: • Unity Platformer Tutorial - Part 1 - Basic... This Unity Touch Tutorial won the community vote by a landslide! Learn how to make a player move left, right, and jump with on-screen touch buttons. Perfect for your mobile games TouchLogicV2 Tutorial: • Unity Touch Input Buttons Tutorial IMPROVED! Many of you have asked for the project files for this. I've made the project available in a unity package here: https://5162f57a653eade62cbf89f301530... Visit my website to see the code: http://www.devination.com/2014/06/uni... Google+ Community: https://plus.google.com/communities/1... Twitter: / devination3d Facebook: / unity3dtutorialsbydevin To connect your device to unity, download the unity remote app and follow these steps: http://answers.unity3d.com/questions/... Time Breakdown: 0:28 - Setting up the player GameObject 2:18 - Starting the PlayerMovement script 4:25 - Move Function 6:42 - Setting up keyboard controls for Movement 7:40 - Explaination of InputManager (skip this section if you're already familiar with it) 8:57 - Jump Function 8:45 - Setting up keyboard controls for Jump 11:00 - GetButton vs GetButtonDown 11:45 - Defining up platform dependant code blocks with #if and #endif 14:25 - Checking if player isGrounded with LineCasting 19:20 - Demonstration of LineCasting 20:08 - Setting up Touch Buttons 21:31 - Setting up the Move Touch Button 26:44 - Setting up the Jump Touch Button 28:05 - Demonstration on Touch Screen Android