https://github.com/cemuka/basic-merge-system
a little demo to demonstrate merge mechanics in unity
https://github.com/cemuka/basic-merge-system
unity unity-asset unity-tutorial unity2d unity3d
Last synced: 5 months ago
JSON representation
a little demo to demonstrate merge mechanics in unity
- Host: GitHub
- URL: https://github.com/cemuka/basic-merge-system
- Owner: cemuka
- Created: 2019-11-11T15:18:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-11T15:19:49.000Z (over 6 years ago)
- Last Synced: 2025-04-02T17:46:45.337Z (12 months ago)
- Topics: unity, unity-asset, unity-tutorial, unity2d, unity3d
- Language: C#
- Homepage:
- Size: 313 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# basic-merge-system
a little demo to demonstrate merge mechanics in unity
[](https://youtu.be/d7oIKqOm_JA)
Merge mechanics adopted and loved by the mobile players.
This free package implements the merge idea in unity.
You can easily change and make your own with your assets.
Sample Scene has created in 1080x1920 resolution.
## Instructions
- Resources folder contains a GameResoures file.
- GameController class will use this file to get first element when space pressed.
- When items merged, controller will get merged item's id and generete next item based on GameResources file.