일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
29 | 30 | 31 |
- Kotlin
- 윈도우10
- 애플
- Python
- 코딩학습
- 프로그래머스
- programmers
- 유니티
- unity
- 코틀린
- iPad
- graph DB
- 녹화프로그램
- 윈도우
- 영상편집
- 파이썬
- 스프링
- json
- 아이패드
- 한글
- SQL
- DaVinci Resolve
- Tutorial
- 아이폰
- kakao
- spring
- neo4j
- AWS
- 튜토리얼
- Apple
- Today
- Total
목록튜토리얼 (5)
코드짜는 노인네
[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..
[Unity] 튜토리얼 한글 정리 (2D Platformer Microgame - Editor basics[편집기 기본사항]) 1. 편집기 기본사항 in this tutorial, you'll learn more about the Unity Editor as you : 이 튜토리얼에서는 Unity Editor에 대해 자세히 설명합니다 : Change your view with the Hand Tool Hand Tool로 보기 변경 Move a GameObject with the Move Tool Move Tool을 사용하여 게임 오브젝트 이동 > Select Start to begin > 시작하려면 Start를 선택하세요. 2. 보기 도구 선택 You can adjust your view so that ..
[Unity] 튜토리얼 한글 정리 (2D Platformer Microgame - Get started) 1. 시작하기 이 튜토리얼에서는 Unity Editor의 기본 사항을 살펴봅니다. Platformer Microgame의 시작 플레이 테스트 Unity 편집기 인터페이스 검토 플레이어 속도 향상 준비 되었나요? 그럼 시작하겠습니다. 2. 플레이 모드 시작 먼저, 플레이 모드를 사용하여 게임을 시도해 봅시다! Unity Editor의 맨 위에 있는 도구 모음에서 Paly를 선택할 수 있습니다. 심화 학습 : 장면 보기(이 레이아웃의 중앙에 있음)는 항목을 조작하고 변경하는 곳입니다. 플레이 모드로 들어가면 테스트를 위해 장면 보기가 게임 보기로 변경됩니다 > 재생을 선택하여 플레이 모드로 들어갑니다 3..