목록전체 글 (382)
Priv's Blog
출처 FPS Mod: Build your Customizable Boss - Unity Learn In this mod, you’ll learn how to configure your own boss robot that can be configured in over 80 different ways. We’ll do a deep dive overview of the premium Customizable Boss that you purchased so you’ll know how to fully leverage its ability to amp up yo learn.unity.com 1. 유니티에서 FPS Microgame 열기 아직 Microgame 프로젝트가 없으신가요? 그럼 Getting Started..
다른 스크립트 클래스 내에 있는 변수를 불러올 때 Null 에러가 발생한다면, GetComponent 부분을 확인해야 한다. PlayerController 클래스 내에 있는 PlPos Vector2 변수 값을 가져온다고 가정하면, 아래와 같이 작성한다. 1 2 3 4 5 6 7 8 PlayerController playerController; // Start is called before the first frame update void Start() { playerController = GameObject.Find("Player").GetComponent(); } Colored by Color Scripter cs 어떤 게임오브젝트에서 컴포넌트를 찾을 것인지를 추가해주어야 한다. (GameObject...
출처 'Your First Game Jam' Recorded Livestream - Unity Learn New to Unity? Our Your First Game Jam Livestream was recorded so if you missed it, you can follow along on your own time. learn.unity.com 1. Your First Game Jam이 무엇인가요? 라이브 스트림 이벤트가 끝나긴 했지만, 녹화 영상이 제공되고 있습니다. 아래의 영상을 통해 주체자를 만나보실 수 있고, 게임 잼 녹화 내용을 직접 따라 하실 수 있습니다. (You can watch this video to meet the host and see what you'll do if you f..
출처 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 튜토리얼 같은 것들을 제작..