Search Unity

NEW! Visual Novel Toolkit Videos Quick Start ADV

Discussion in 'Assets and Asset Store' started by sol-tribe, Mar 6, 2014.

  1. sol-tribe

    sol-tribe

    Joined:
    Nov 29, 2013
    Posts:
    18
  2. MoonStar20

    MoonStar20

    Joined:
    Feb 23, 2014
    Posts:
    14
    hi i want to add a button here
    but i cant find where is that menu script to add the button to it

    its in the conversation scene template

    any suggestions?
     
  3. sol-tribe

    sol-tribe

    Joined:
    Nov 29, 2013
    Posts:
    18
    ViNo has Event Driven UI System.

    "EventManager" object in conversation scene template is attached menu scripts.

    For example , "SystemUIEvent" component handles the click events of System UI.

    There is a "Menu" object in Conversation scene template.
    You can add a button object in this menu.

    For example , add a button with following steps.

    1. Select a Button object under "WidgetsGrid" object.
    2. duplicate a Button object with mouse right-click menu
    3. Change the Text property of TextMesh.

    or you can create a button from Unity GameObject menu ViNo/Object/SimpleButton

    4. Select the SimpleButton inspector

    If you click the "Set Default Event Receiver" Button in SimpleButton inspector,
    the event receiver will be set to "EventManager" and the click event will be sent to "EventManager".

    If you have any further questions , please feel free to contact us.
    Thank you.
     
  4. MoonStar20

    MoonStar20

    Joined:
    Feb 23, 2014
    Posts:
    14
    when is this tutorial/guide coming out its been a month since he asked 4 months since i first asked and 2 months since i asked 2nd time? so not that i want to stress you but when do you plan on releasing it? could very well be a video with you making a visual novel from 0 showing how and where everything goes in to place while explain it doesnt have to be a full detailed text/pdf