oktayturkdagli / sheen-unity-game-kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

๐Ÿ“‹ Sheen Unity Game Kit

This is a simple hyper-casual runner game development kit.

This game kit consists of 3 parts:

  • First part (Input Controller), aims to produce a less detailed input controller with a clean interface and easy to use.
  • Second Part (Character Controller), creates a character by choosing from previously created objects with human bone structure and dressing that object.
  • Third part similar to Forever, Forever is a level designer that allows to arrange game objects created by the user in a regular or random order. Our Game Kit aims for almost the same thing but with an easier to use and understandable system.

๐Ÿ›  Architecture

graph LR
A[User] --> B[User Interface]
B --> C[Game Scene]
B --> D[Application]
D --> B
D --> E[Scriptable Object]
E --> D
Loading

The project consists of three layers: data layer, business layer and presentation layer. The data is kept on the Scriptable Object, which is a Unity object. The place where this data is processed is the business layer and includes system components. The component where the results are displayed to the end user is the presentation layer.

๐Ÿ–ผ Visuals

sheen-unity-game-kit.mp4

About

License:MIT License


Languages

Language:C# 48.4%Language:ShaderLab 44.3%Language:HLSL 7.4%