All Projects → needim → Kit25D

needim / Kit25D

Licence: MIT license
Creating fake 3D world with 2D colliders and sprites in Unity

Programming Languages

C#
18002 projects
ShaderLab
938 projects

Projects that are alternatives of or similar to Kit25D

Unity Aseprite Importer
An aseprite-file importer for unity written in C#, built upon the experimental AssetImporter API
Stars: ✭ 177 (+742.86%)
Mutual labels:  unity2d
UnityHexagonLibrary2d
A library to manage 2D hexagonal tiles in Unity.
Stars: ✭ 58 (+176.19%)
Mutual labels:  unity2d
12 Tile Vania
Build a Speulnky-like level in under one minute using a procedural Tilemap smart brush that you build yourself! http://gdev.tv/cudgithub (Section REF: TV_CUD)
Stars: ✭ 33 (+57.14%)
Mutual labels:  unity2d
Lomenui
Stylish UI package for Unity engine.
Stars: ✭ 199 (+847.62%)
Mutual labels:  unity2d
FyWorld
FyWorld - Base-Building / Simulation Game & Tutorial in Unity
Stars: ✭ 207 (+885.71%)
Mutual labels:  unity2d
download.unity.com
Unity Download http://unity3d.com/unity/download/archive
Stars: ✭ 90 (+328.57%)
Mutual labels:  unity2d
Unitydynamicscrollrect
An optimized approach to lists with dozens of elements and a Pooling system
Stars: ✭ 157 (+647.62%)
Mutual labels:  unity2d
Game-Assets-And-Resources
Free and paid game assets and game resources for 2D games, 3D games, mobile games, Steam games, Unity games, and other games.
Stars: ✭ 164 (+680.95%)
Mutual labels:  unity2d
template-unity-package
A Github template for creating a new Unity Package. Hit the green "User this template" next to "Clone or download" to get started!
Stars: ✭ 50 (+138.1%)
Mutual labels:  unity2d
UnityAssemblies
Simple, forward-compatible references to ANY Unity DLL on ANY platform.
Stars: ✭ 65 (+209.52%)
Mutual labels:  unity2d
Muip
Modern UI Pack for Unity engine.
Stars: ✭ 205 (+876.19%)
Mutual labels:  unity2d
Edgar Unity
Unity Procedural Level Generator
Stars: ✭ 237 (+1028.57%)
Mutual labels:  unity2d
newbark-unity
🌳 A proof-of-concept Pokémon-style Retro RPG game framework created with Unity 🔥🌿💧⚡️
Stars: ✭ 139 (+561.9%)
Mutual labels:  unity2d
Deadsimple Pixel Perfect Camera
An exceedingly easy-to-use pixel perfect orthographic camera script for 2D scenes in Unity. Punch in a few specs and you've got a working pixel perfect camera. It's that easy.
Stars: ✭ 186 (+785.71%)
Mutual labels:  unity2d
JimmysUnityUtilities
A bunch of code I like to have on hand while working in Unity
Stars: ✭ 93 (+342.86%)
Mutual labels:  unity2d
Qframework
Unity3D System Design Architecture
Stars: ✭ 2,326 (+10976.19%)
Mutual labels:  unity2d
Object-Pooling-for-Unity
Object Pooling for Unity
Stars: ✭ 118 (+461.9%)
Mutual labels:  unity2d
ColorLinesUnity
Порт MS-DOS игры "цветные линии" на Unity
Stars: ✭ 24 (+14.29%)
Mutual labels:  unity2d
Unity-FPS-Counter
#NVJOB FPS Counter and Graph. Free Unity Asset.
Stars: ✭ 44 (+109.52%)
Mutual labels:  unity2d
UnityTetris
Tetris clone written in C# and using Unity engine to render.
Stars: ✭ 131 (+523.81%)
Mutual labels:  unity2d

What's the Kit25D?

https://www.youtube.com/watch?v=jAVQGz3MJ1E

Basically, It allows you to create a fake 3D world with 2D colliders and sprites. I have to say, it has a lot of tricks to do that. If you wanna use this kit, sometimes you have to twist your brain a little bit. The kit heavily depends on sprite masks (for shadow) & sprite pivots (for sorting). And while you are preparing your prefabs, you can have some hard time.

Features

  • Player Movement
    • X, Y and FakeZ (for jump)
    • Raycast based collision detection
    • Slopes Handling
  • Environment
    • Static obstacles (like trees, walls with no roof)
    • Dynamic obstacles (like boxes, short walls, player can jump on)
    • Floating Platforms (player can jump on, player can't jump from under)

Recommended Settings

  • Project Settings -> Time -> Fixed Timestamp = 0.01
  • Add Layers (Obstacle)
  • Add Tags (LevelBounds, JumpBlocker)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].