• Title/Summary/Keyword: GameEngine

Search Result 329, Processing Time 0.092 seconds

A Case Study On Learning Game Using An Unity Engine (Unity Engine을 이용한 학습용 게임 개발 사례)

  • Yoon, Seok-Hyun
    • Proceedings of the Korean Society of Computer Information Conference
    • /
    • 2016.07a
    • /
    • pp.327-330
    • /
    • 2016
  • 본 논문에서는 Unity 엔진을 이용한 학습용 게임개발의 구현 내용을 소개하였다. Unity 엔진을 이용하면 필드의 제작, 캐릭터 애니메이션 세팅, 스크립트 작성, Asset 관리, 레벨 디자인 등 많은 작업을 하나의 통합 환경에서 수행할 수 있다. 또한 컴파일 과정을 거치지 않아도 게임을 제작하는 도중 언제라도 실행해 볼 수 있기 때문에 개발에 걸리는 시간을 단축 할 수 있다. 본 연구의 과정은 게임 앱 설계 관련 프로젝트의 수행이나 학습용 게임 개발의 학습 모형을 제시한 사례로 활용할 수 있다.

  • PDF

Design And Development of Game AI Using Unreal Engine 4 Behavior Tree (Unreal Engine4의 Behavior Tree를 이용한 게임 AI 설계 및 구현)

  • Bae, Sung-Jin;Kang, Myung-Ju
    • Proceedings of the Korean Society of Computer Information Conference
    • /
    • 2016.01a
    • /
    • pp.267-269
    • /
    • 2016
  • 본 논문에서는 언리얼 엔진4의 Behavior Tree(행동 트리)를 이용하여 NPC의 다양한 상태와 움직임을 가진 어드벤처 게임 AI를 설계 및 개발하였고, 그 효율성을 분석하였다. Behavior Tree는 상태와 행동을 계층적으로 나누어 AI의 행동을 결정하는 알고리즘으로 FSM(Finite State Machine, 유한상태기계)과 비교하여 유지보수와 행동 규칙 검증의 어려움을 해결하는 데 장점이 있음을 확인하였다.

  • PDF

A study on game physics engine focused on real time physics (물리 엔진에 관한 고찰 : 실시간 물리 기술을 중심으로)

  • Ha, You-Jong;Park, Kyoung-Ju
    • Journal of Korea Game Society
    • /
    • v.9 no.5
    • /
    • pp.43-52
    • /
    • 2009
  • This paper analyzes the four game physics engines in terms of real time techniques. Real time physics is the technology that simplifies the physics-based simulation to apply for the real time applications such as game. Our study includes two commercial physics engines, Havok's Physics SDK and NVIDIA's PhysX SDK, and two open source projects, Open Dynamics Engine and Bullet physics engine. As a result, most of them covers rigid body dynamics and some include either deformable body simulation or fluids simulation, or both. For real time simulation, they adopt the simplified numerical methods, the effective in collision detection/response, and also use the parallel processing hardwares, i.e., multi core CPU, Physics processing unit(PPU), or graphics processing unit(GPU).

  • PDF

A Study on Development of an On-line 3D Game Engine (온라인 3D 게임엔진 개발에 관한 연구)

  • Lee, Hun-Joo;Park, Tae-Joon;Kim, Hyun-Bin
    • Journal of Korea Game Society
    • /
    • v.3 no.2
    • /
    • pp.42-55
    • /
    • 2003
  • Domestic game companies are competitive in developing on-line 2D game contents. However, they have difficulties in maintaining the competitive edge in the area of on-line 3D game technologies owing to the limited funds and technologies. The 3D on-line game engine technologies we have intended to propose in this research are highly expected to be the key technologies ensuring the competitive edge over other countries. For this, we propose a full 3D online game engine that reflects the cutting edge technologies trend in the computer gaming industry. Our game engine is integrated with rendering and animation core technologies to visualize the game world, and provides stable network service through the Internet using server technologies.

  • PDF

The Study on Packet Communication Scheduling Scheme for Mobile 3D Bluetooth Game Engine (모바일 3D 블루투스 게임 엔진을 위한 패킷통신 스케줄링 기법에 관한 연구)

  • Cho, Jong-Keun;Kim, Hyung-Il
    • The KIPS Transactions:PartA
    • /
    • v.14A no.4
    • /
    • pp.197-202
    • /
    • 2007
  • This study focused on design and implementation of Mobile 3D Bluetooth Game Engine based on OpenGL-ES. In Mobile 3D network game so far, there is a form the mainstream of wireless inter-net game using WAP and VM. But, VM game we popular because of an excessive communication expense problem for this mobile network game that occur when connect to wireless internet as point out to problem by it, that is, stand-alone game are very popular. This study introduce a mobile 3D Bluetooth Game Engine which is based on mobile 3D standard using OpenGL-ES to solve a problem like mobile network game generally that occur when connect to take pleasure a wireless internet from some people into a short distance. When the number of concurrent packet datum by Bluetooth terminal transfers to each other, we shows that the proposed scheduling scheme for enhancing the process speed up on Bluetooth.

An Efficient Use Method for Unity 3D Engine (유니티 3D 엔진의 효율적인 이용 방법)

  • Kim, SooKyun;Song, Giseob;Lee, Hee-Bum;Kang, Gi-Hun;Im, KwangHyuk;Kim, SeokHun
    • Proceedings of the Korean Society of Computer Information Conference
    • /
    • 2013.01a
    • /
    • pp.333-334
    • /
    • 2013
  • 최근 게임 시장은 모바일 분야의 급격한 성장과 더불어 많은 지각 변화가 일어나고 있다. 특히 많은 게임 엔진 제작사에서는 멀티 플랫폼을 지원하는 것이 큰 이슈가 되고 있다. 또한 많은 메이저 게임 개발사들도 하나의 플랫폼을 지원하는 게임이 아니라, 다양한 플랫폼을 지원하는 게임을 제작하기에 이르렀다. 이런 멀티 플랫폼이 주목받기 시작하면서 유니티 엔진 또한 주목받게 되었다. 본 논문에서는 멀티 플랫폼을 지원하는 유니티 게임 엔진을 이용하여 게임을 개발할 때 필요한 객체지향 설계방향에 대해 설명한다.

  • PDF

A study of using a game engine technique to produce 3D Entertainment contents (게임엔진 기술을 활용한 3차원 엔터테인먼트 콘텐츠 제작 연구)

  • Noh, Seung-Seok;Park, Jin-Wan
    • Proceedings of the Korea Contents Association Conference
    • /
    • 2006.05a
    • /
    • pp.294-297
    • /
    • 2006
  • All through the World, the Game Market has grown up speedily and the Game technology progress rapidly for the advancement of the computer technology and the increase of the number of PC in use. For in this thesis, we will research on a real-time 3D game engine technique that is the core of FPS(First Person Shooter) which apply a 3D virtual reality and deduce a production of contents. Finally we will comment on a direction in development of the game engine.

  • PDF

Design of Runner Game using Overlap Circle in Unity3D

  • Kim, Hyun-Jun;Kim, Soo Kyun
    • Journal of the Korea Society of Computer and Information
    • /
    • v.23 no.8
    • /
    • pp.25-30
    • /
    • 2018
  • In this paper, we design a 2D one touch runner game which controls on smart device easily using a Unity3D game engine. Unity is the creator of the world's widely-used 2D and the 3D cross-platform game engine developed by Unity Technologies. Also, Unity builds high-quality 2D and 3D games on a various hardware device. This paper shows the familiar character as a cartoon and feels to enjoy using platformer with various game users. we show that the proposed platformer method improve controlling game path on the smart device.

Development of Mobile Defense Game using Unity Engine (유니티 엔진을 이용한 모바일 디펜스 게임 제작)

  • Kim, Soo Kyun;Park, Sanghoon;Shin, Euiseong;Han, Changmin;Lim, Wongyu;An, Syungog
    • Proceedings of the Korean Society of Computer Information Conference
    • /
    • 2018.01a
    • /
    • pp.29-30
    • /
    • 2018
  • 모바일 게임 시장은 국내외를 막론하고 상승세를 보이는데 그 중 국내 모바일 게임회사 또한 크게 성장하고 있다. 국내 회사들은 유니티 게임 엔진의 장점인 멀티 플랫폼을 활용하여 안드로이드, iOS 등 플랫폼에 구애 받지 않고 최적화 기법을 사용하여 플랫폼에 맞는 게임을 제작하고 있다. 이러한 유니티 엔진의 장점들을 활용해 쉽고 빠르게 디펜스 게임을 제작 해 본다. 본 논문에서는 모바일 게임에서의 오브젝트 풀 기법, 애니메이터 개념과 구현 방법에 대해 설명한다.

  • PDF

Development of Strategy and Shooting Game Using UNITY3D Engine (게임엔진을 이용한 전략 슈팅 게임 개발)

  • Lee, Byeongcheol;Kim, Jongdeok;Jung, Jin-young;An, Seongok;Kim, Soo Kyun
    • Proceedings of the Korean Society of Computer Information Conference
    • /
    • 2019.07a
    • /
    • pp.85-86
    • /
    • 2019
  • 게임 시장의 성장에 따라 여러 가지 장르의 게임이 출시되고 있다. 현재 슈팅 및 액션 게임 등의 고전적인 장르는 물론 Aeon Of Strife 같은 새로운 장르도 새롭게 탄생하고 있다. 새로운 장르의 게임의 등장은 앞으로 게임 시장이 지금보다 더 많이 발전할 것임을 말한다. 제안방법에서는 전략 시뮬레이션과 슈팅 게임을 혼합한 장르의 게임을 게임엔진을 이용해 빠르게 개발하는 방법을 설명한다.

  • PDF