Search Unity

Question Tool bars and menus

Discussion in 'Editor & General Support' started by wibbes, Mar 18, 2023.

  1. wibbes

    wibbes

    Joined:
    Aug 5, 2017
    Posts:
    6
    Hi all.

    I'm working on a simulation package. And would like to know if it is possible to add something across the top of the game like words ribbon.

    Or an easy way to embed it into a windows form application with events been able to be passed between.

    Cheers
     
  2. Kurt-Dekker

    Kurt-Dekker

    Joined:
    Mar 16, 2013
    Posts:
    38,745
    There are some menu packages available on the Asset Store to help make these sorts of things.

    There's also a community supported repo of Unity UI Extensions that might even have all you need:

    https://github.com/Unity-UI-Extensions/com.unity.uiextensions

    They have an entire "Menu System" but I haven't used that part and don't know what it contains.

    Embedding a Unity project into a Windows Form Application would be a pretty big lift. Not even sure where you'd start.
     
  3. wibbes

    wibbes

    Joined:
    Aug 5, 2017
    Posts:
    6
    Perfect. Just wondering how other cad like programs do it. Probably there own engines to be fair