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.
- Host: GitHub
- URL: https://github.com/leotgo/jumpy-birb
- Owner: leotgo
- Created: 2021-12-15T17:55:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-15T18:08:39.000Z (over 3 years ago)
- Last Synced: 2025-01-29T13:08:31.745Z (5 months ago)
- Language: C#
- Size: 1.26 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:

## 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]***