Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Advice on creating 3d diagrams in unity

Discussion in 'AR/VR (XR) Discussion' started by matdestr, Jul 18, 2016.

  1. matdestr

    matdestr

    Joined:
    Jul 18, 2016
    Posts:
    3
    Hi everyone,

    I want to create a 3d diagram looking like this in unity3d?



    Any advice on libraries i could use? The ultimate goal is the show diagrams like this in a virtual reality environment.

    Thanks in advance!
     
  2. TonyLi

    TonyLi

    Joined:
    Apr 10, 2012
    Posts:
    12,670
    Use a Unity UI world space canvas. There are some chart assets on the Asset Store, but they draw bar charts, pie charts, etc., not the kind of diagram in your post. If you know the data ahead of time, you can point and click to build the chart in the Scene view. If you don't know the data ahead of time, you will probably have to write a script to build the UI elements. If you're not familiar with writing scripts, you may be able to hire some help by posting a detailed description on the Job Offering forum.