/Unity-echo3D-Demo-FarmBarn

3D game made using Unity C#. Game is under the genre of "Avoid the light"

Primary LanguageC#

Unity-echo3D-Demo-FarmBarn

This 3D farming game is forked from gansari.

This demo allows you to remotely set and swap the bananas and the player from the echo3D cloud.

Setup

  • Built with Unity 2022.3.5.
  • Register for your free echo3D account.
  • The echo3D SDK has already been installed.
  • Clone this repo.

Steps

  • Open the Level 2 scene in Assets/Scenes.
  • Add the banana from the Models folder to the echo3D cloud.
  • Add the player from the Models folder to the echo3D cloud. AddToCloudGIF
  • Add the API key and entry ID to Banana, Banana1, Banana2 and Player objects in the Hierarchy through the Inspector on the echo3DHologram component.
    APIKey
    EntryID
    NEWAPIKeyandEntryID

Run

Simply press the Play button in Unity and carefully collect the rotating objects.

Learn More

Refer to our documentation to learn more about how to use Unity and echo3D.

Support

Feel free to reach out at support@echo3D.com or join our support channel on Slack.

Screenshots

https://github.com/echo3Dco/Unity-echo3D-Demo-FarmBarn/blob/master/Screenshots/BananasGIF.gif
https://github.com/echo3Dco/Unity-echo3D-Demo-FarmBarn/blob/master/Screenshots/NewBananasRotating.gif
https://github.com/echo3Dco/Unity-echo3D-Demo-FarmBarn/blob/master/Screenshots/PlayerGIF.gif
https://github.com/echo3Dco/Unity-echo3D-Demo-FarmBarn/blob/master/Screenshots/Take2_NewPlayer.png
https://github.com/echo3Dco/Unity-echo3D-Demo-FarmBarn/blob/master/Screenshots/Take2_OldPlayer.png


Original README

  • Made a game prototype of genre "Avoid the Light" for Gamejam for my full stack Game development course at Outscal.
  • Player has to avoid the light of the enemies and gather the in game collectables in order to complete the level.
  • Introduced patrolling enemies to make game more playable and interesting.
  • Usage of raycast to detect if player comes in contact with enemies ray of light.

Main Menu

Main Menu 2

Gameplay 1

Gameplay 2

Gameplay 3

Gameplay 4