Thanks to visit codestin.com
Credit goes to github.com

Skip to content

MarcinODev/UnityCSharpGameplayAndGraphicPreview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Unity C#, Gameplay and Graphic Programmer skills preview

Preview of skills in gameplay and graphic programming in Unity. Unity version: 2018.2 (project should work on other 2018.x and after small change also on 2017.x versions).

Main Features

Gameplay

  • Spaceship gameplay: avoid hitting terrain and explosive bombs
  • Difficulty level growing with design-setup curve
  • Effects pool mechanims
  • Camera management, objects follow, shakes, etc.
  • Entity factory system with pool mechanic
  • Collisions based on generated terrain

Graphic/rendering

  • Dynamic, infinity terrain heightmap generated by compute shader based on Perlin's Simplex Noise
  • Dynamic terrain generated and rendered by geometry shader (based on height map). Terrain shader also contains features to support gameplay features and deferred rendering
  • Fade in/out sci-fi postprocess for scenes
  • Custom deffered decals system
  • GUI mapped on terrain with deffered decals Terrain GUI

External assets (for models and textures):

About

Preview of skills in gameplay and graphic programming in Unity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published