Nethereum.Flappy icon indicating copy to clipboard operation
Nethereum.Flappy copied to clipboard

Full project includes the scene and prefabs, etc?

Open sweatyc opened this issue 7 years ago • 9 comments

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?

sweatyc avatar May 16 '18 08:05 sweatyc

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

juanfranblanco avatar May 16 '18 08:05 juanfranblanco

If you want the assets for that game use https://assetstore.unity.com/packages/templates/flappy-bird-style-example-game-80330

juanfranblanco avatar May 16 '18 08:05 juanfranblanco

Oh yes, so you can focus on the Nethereum code as opposed to all the other game stuff.

juanfranblanco avatar May 16 '18 08:05 juanfranblanco

Thanks for the reply and I will take a further look :D

sweatyc avatar May 17 '18 00:05 sweatyc

You just literally need to add a couple of textboxes and you are done for tracking the scores and block numbers.

juanfranblanco avatar May 17 '18 06:05 juanfranblanco

Can you write down to your readme this :

  1. Add a UI/Text in your canvas

  2. Put the script BlockNumber.cs on it

  3. Replace BirdDied by UniDied() in Bird.cs

  4. On the Component GameControl, reference the Text inside GameOverText for the ContinueGameOverText variable

Fangh avatar Jun 30 '18 18:06 Fangh

Wouldn't it be better using the simple sample https://github.com/Nethereum/Unity3dSimpleSample for that?

juanfranblanco avatar Jul 02 '18 09:07 juanfranblanco

How about a tron integration? Any ideas?

krazykewl avatar Jul 25 '19 16:07 krazykewl

I have never used Tron, so I cannot help you with that.

juanfranblanco avatar Jul 25 '19 18:07 juanfranblanco