An open API service indexing awesome lists of open source software.

https://github.com/leotgo/jumpy-birb

Flappy bird clone made in Unity3D.
https://github.com/leotgo/jumpy-birb

Last synced: 3 months ago
JSON representation

Flappy bird clone made in Unity3D.

Awesome Lists containing this project

README

        

# Jumpy Birb - Unity Flappy Bird Clone

## Project Information

| | |
|---------------|------------------|
| Unity Version | 2020.3.23f1 LTS |

## IMPORTANT! PLEASE READ

To properly debug this project in the Unity Editor, it is necessary to open the **Master Scene** named `"SCN_master"` as the active scene, and then add the desired target scene additively. The figure below shows how the hierarchy should look like after setting up the **Master Scene** for debugging:

![Master Scene Hierarchy Setup](documents/figures/fig-additive_loading.png)

## Screenshots



## Third-Party Assets Used

| Package | Location | Source |
|---------|----------|----------|
| Dotween | `Assets/ThirdParty/Plugins/Demigiant` | [https://assetstore.unity.com/packages/tools/animation/dotween-hotween-v2-27676] |
| MinMaxSliderAttribute | `Assets/ThirdParty/MinMaxSliderAttribute` | [https://gist.github.com/frarees/9791517] |
| Flappy Bird Unity Project | `Assets/ThirdParty` | [https://develion.itch.io/flappy-bird-unity-project]

***