Skip to content
Lee Seokhyun edited this page Aug 26, 2020 · 31 revisions

(한글 문서는 아래로 내려보시면 됩니다. Korean documents are at the bottom of the page.)

Welcome to the MinimalShooting wiki!

This document has some detailed information about the MinimalShooting source code.

If you have learned the basic grammar of C# and Unity but you can't make a game, then this project would be a good starting point to achieve it.

Required knowledge

  • Basic C# grammar
  • Basic Unity usage
  • Basic understanding of GameObject in Unity engine
  • Basic understanding of the UGUI system in Unity engine

Development environment

  • Unity 2019.3.15f1 Personal
  • Visual Studio or any other code editor

Table of contents


미니멀 슈팅 위키 페이지에 오신것을 환영합니다!

이 문서에는 프로젝트에 대한 상세한 설명이 담겨 있습니다.

C#의 기본 문법은 배웠지만 게임을 만드는데 어려움을 느끼신다면 이 프로젝트를 출발점으로 삼아 자신만의 게임을 만드는데 도움이 되길 바랍니다.

또한 숙련된 프로그래머일지라도 유니티를 접한지 얼마 안되었다면 이 프로젝트가 유니티에 익숙해지는 통로가 될 수 있을 것입니다.

필요한 사전 지식

  • 기본적인 C#문법에 대한 이해
  • 기본적인 유니티 사용법
  • 유니티에서 사용되는 게임 오브젝트에 대한 이해
  • 유니티의 UGUI시스템에 대한 기본적인 이해

개발 환경

  • Unity 2019.3.15f1 Personal
  • Visual Studio 또는 다른 코드 에디터

목차