일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
- 아이폰
- 녹화프로그램
- 영상편집
- SQL
- AWS
- 윈도우
- 애플
- Tutorial
- DaVinci Resolve
- iPad
- 한글
- kakao
- neo4j
- 코딩학습
- Python
- 코틀린
- 유니티
- programmers
- graph DB
- 튜토리얼
- Apple
- 윈도우10
- 파이썬
- 프로그래머스
- spring
- Kotlin
- unity
- 아이패드
- json
- 스프링
- Today
- Total
목록Tutorial (3)
코드짜는 노인네
[Unity] 튜토리얼 한글 정리 (2D Platformer Microgame - Bulid and publish [Play Unity 웹 게시방법]) 1. 웹페이지 게시방법 Before you publish your game, discover more ways to customize it with the Platformer Creative Mods. 게임을 게시하기 전에 Platformer Creative Mods를 사용하여 게임을 사용자 지정하는 더 많은 방법을 찾아보십시오. When you're ready, this tutorial will guide you through buliding and publishing your game on a webpage that you can share with ..
[Unity] 튜토리얼 한글 정리 (2D Platformer Microgame - Add an enemy [적 추가하기]) 1. 적 추가하기 In this tutorial, you'll add an enemy Prefab to make your game more challenging! 이 튜토리얼에서는 게임을 더욱 어렵게 만들기 위해 적 프리팹을 추가합니다! > Select Start to begin. > 시작하려면 Start을 선택합니다. 2. 프리팹을 씬(scene)으로 드래그 The first step of creating an enemy is to add a new Prefab. Let's add a Hoverbot! 적을 만드는 첫 번째 단계는 새로운 프리팹을 추가하는 것입니다. 호버봇을 추가해..
[Unity] 튜토리얼 한글 정리 (2D Platformer Microgame - Change colors[색상 변경]) 1. 색상 변경 Make your game more colorful! 게임을 더 화려하게 만드세요! You can easily change the colors of GameObjects. GameObjects의 색상을 쉽게 변경할 수 있습니다. > Select Start to begin. > 시작하려면 Start를 선택하세요. 2. 플레이어 GameObject 선택 Let's start by selecting the GameObject that will change color. 색상을 변경할 GameObject를 선택하여 시작하겠습니다. > In this Hierarchy, selec..