목록Unity Learn/FPS Micro Game (38)
Priv's Blog
출처 FPS Mod: Healing ally robots (NEW) - Unity Learn Created by CouchFerret Makes Games. When you add a robot, it's automatically set up to deal damage to the player. Let's customize some robots to make them our allies so that when you're hit, they give you health instead of damage. learn.unity.com 1. 영상 튜토리얼: 안녕하세요, 여러분. CouchFerret입니다. 저는 Your First Game Jam의 FPS 에디션 공동 주체자였으며, 행사 기간 동안 FPS Mic..
출처 FPS Mod: Dual-weapon wielding (NEW) - Unity Learn Created by Roman Papush. The FPS Microgame allows you to wield only one weapon at a time. By following this mod you’ll learn how to allow the player to wield two weapons simultaneously. learn.unity.com 1. 저자 소개 반갑습니다, 저는 Roman이고, 제 유튜브 채널에서 다양한 종류의 게임 개발 콘텐츠들을 업로드하고 있습니다. 또한 유니티와 협력해서 제가 FPS Microgame으로 만들었던 dual-weapon wielding 튜토리얼 같은 것들을 제작..
출처 FPS Mod: CCTV live in-game camera feed (NEW) - Unity Learn Created by Code Monkey. Display a live in-game Camera View in an object to create a CCTV Camera. This is a very simple effect that you can easily add to your game, for example, to have a mission briefing room or security room with a bunch of televisions. learn.unity.com 1. 저자 소개 안녕하세요, Code Monkey입니다. 저는 Your First Game Jame의 FPS 에디션 ..
출처 FPS Mod: Player Properties - Unity Learn Your character can only run so fast, jump so high, and jet for so long. Or can it? Set the run speed, jump height, and jet strength to whatever you want. learn.unity.com 1. 더 빨리, 더 높이, 더 오래 메인 캐릭터의 이동 속도 값을 바꾸는 것부터 시작해봅시다. 1) MainScene 씬을 Project 창에서 더블 클릭으로 열어주세요. 2) Hierarchy 창에서 Player 게임오브젝트를 선택해주세요. 3) Inspector 창을 스크롤하셔서 Player Character Controll..
출처 FPS Mod: Hit points - Unity Learn Your character has a preset health parameter. The amount of health determines how many hits the player can take before dying. You can adjust the health to be less or more. learn.unity.com 1. 캐릭터 체력 조정하기 캐릭터가 가질 수 있는 체력 수치를 바꿔봅시다. 1) MainScene 씬을 Project 창에서 더블-클릭으로 열어주세요. 2) Player 게임오브젝트를 Hierarchy 창에서 선택해주세요. 3) Inspector 창을 스크롤하시고, Health (Script) 컴포넌트를 찾아..
출처 FPS Mod: Changing and adding Game Objectives - Unity Learn The Game Objectives tell the player what they need to accomplish in order to win the game. In this Mod you’ll learn how to change the current objectives and add new ones. learn.unity.com 1. 유니티에서 FPS Microgame 열기 아직 Microgame 프로젝트가 없으신가요? 그럼 처음으로 돌아가 Getting Started with Unity 튜토리얼을 먼저 진행해주세요. 시작하기에 앞서, 이번 튜토리얼(과 다른 튜토리얼들)을 완수하기 위해서 몇..
출처 FPS Mod: Tune up your game's performance - Unity Learn Optimize the performance of your game by using the MiniProfiler. learn.unity.com 1. MiniProfiler 도구를 이용해 게임 성능을 최적화하기 위한 몇 가지 팁을 알아봅시다. 1) MainScene 씬을 열었는지 확인해주세요. (Project 창에서 씬을 찾아 더블 클릭하시면 열 수 있습니다.) 2) Tools > MiniProfiler 로 이동하셔서 MiniProfiler 창을 열어주세요. 3) MiniProfiler 창이 표시되고 WebGL로 빌드할 때 게임을 보다 잘 동작하도록 만들 수 있는 방법에 대해 살펴볼 수 있습니다. 여기..
출처 All Microgames: Share your game on the web - Unity Learn Share the fun! No matter which Microgame you're customizing, follow these steps to generate a link that you can share with friends and family so they can play your game (for free) on desktop. learn.unity.com 1. WebGL 빌드 지원 확인하기 해당 튜토리얼 문서에서는 FPS Microgame을 사용하겠습니다. 물론 다른 Microgame으로도 아래 단계를 따라오실 수 있습니다. 웹에 게임을 배포하기 전에, 먼저 에디터 상에 "WebGL ..