DEV Community

Cover image for Manage 3D Tools on the Cloud in this Woodshop Training Demo (Unity Tutorial)
echo3D for echo3D

Posted on

Manage 3D Tools on the Cloud in this Woodshop Training Demo (Unity Tutorial)

You can use Unity and echo3D to create smaller, scalable and dynamic 3D applications . By moving your 3D assets to the cloud, you can manage & stream 3D content remotely while making cross-platform updates from one console. This workflow is ideal for industrial training which often requires high resolution models and frequent updates with client input.

In this Unity demo, you’re going to upload these four tools to the echo3D cloud and integrate them into the industrial training demo for a woodshop.

Image description


Scan this QR code or click this link https://go.echo3d.co/agp4 to see a wrench in augmented reality.

Image description


Setup

  • Make sure to register for FREE at echo3D.
  • Download the Unity SDK and import it. Troubleshoot here. Note: Our new SDK supports Unity 2020.3 LTS and newer.

Version

Unity 2020.3.25 LTS

Video

Steps

  • Clone this repo.
  • Download the 3D model(s) from the Assets/Models folder in the project: Axe, Wrench, MeasuringTape and Screwdriver.
  • Add the 3D models to the echo3D console.
  • Open the GarageScene scene.
  • Uncheck the “Enable Secret Key” box in your echo3D console (For a production build, it’s best to add the echo3D API key to the echo3D.cs script so it remains secure).
  • Set the API key on the echo3DHologram script using the Inspector for each object: AxeParent, WrenchParent, MeasuringTapeParent and ScrewdriverParent.

Image description

Image description

  • We automatically checked the boxes for Editor Preview and Ignore Model Transforms so you can edit your objects live in the Scene.

Image description

  • To edit the size of the objects, go to the top menu > Echo3D > Load Editor Holograms. The tools will appear in your Game view and you can scale them down to fit the colliders of each parent object (ex: AxeParent, MeasuringTapeParent, etc.)

How to Play

Open the WelcomeScene scene. Press Play in Unity. Follow the instructions on the screen.

Click and hold to pick up objects, release your mouse to drop them.

Asset Credits

Support

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

Check out these other blogs:


echo3D (www.echo3D.co; Techstars 19’) is a cloud platform for 3D asset management that provides tools and cloud infrastructure to help developers quickly build and deploy 3D/AR/VR games, apps, and content.

Image description

Top comments (0)