Nethereum.Flappy
Nethereum.Flappy copied to clipboard
Full project includes the scene and prefabs, etc?
Thanks for the great demo project, just wonder any reason not putting the full project that includes the scene and all assets, so that we can simply open it in Unity and give it a try?
It is aimed to work alongside the introductory tutorial of unity3d for flappy bird https://unity3d.com/learn/live-training/session/making-flappy-bird-style-game
If you want the assets for that game use https://assetstore.unity.com/packages/templates/flappy-bird-style-example-game-80330
Oh yes, so you can focus on the Nethereum code as opposed to all the other game stuff.
Thanks for the reply and I will take a further look :D
You just literally need to add a couple of textboxes and you are done for tracking the scores and block numbers.
Can you write down to your readme this :
-
Add a UI/Text in your canvas
-
Put the script BlockNumber.cs on it
-
Replace BirdDied by UniDied() in Bird.cs
-
On the Component GameControl, reference the Text inside GameOverText for the ContinueGameOverText variable
Wouldn't it be better using the simple sample https://github.com/Nethereum/Unity3dSimpleSample for that?
How about a tron integration? Any ideas?
I have never used Tron, so I cannot help you with that.