summaryrefslogtreecommitdiff
path: root/VRCSDK3Worlds/Assets/Udon/Editor/Resources/UdonChangelog.uxml
blob: c7b08d3049dcbd76f3c40c31711d36876af26584 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="utf-8"?>
<engine:UXML
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:engine="UnityEngine.Experimental.UIElements"
    xsi:noNamespaceSchemaLocation="../UIElementsSchema/UIElements.xsd"
    xsi:schemaLocation="UnityEngine.Experimental.UIElements ../UIElementsSchema/UnityEngine.Experimental.UIElements.xsd">

    <engine:ScrollView stretch-content-width="true">
        <engine:VisualElement name="section">
          <engine:Label text="New Features" name="header" />
          <engine:TextElement text="OnVariableChange Events" />
          <engine:TextElement text="Dropdowns for Nodes that interact with other UdonBehaviours like SetProgramVariable, GetProgramVariable, SendCustomEvent, etc." />
          <engine:TextElement text="Build &amp; Reload for faster iteration" />
        </engine:VisualElement>

        <engine:VisualElement name="section">
          <engine:Label text="Coming Soon" name="header" />
          <engine:TextElement text="Macro Programs" />
        </engine:VisualElement>

        <engine:VisualElement name="section">
          <engine:Label text="Known Issues" name="header" />
          <engine:TextElement text="Copy/Paste does not work for Group and Comment elements" />
          <engine:TextElement text="Variables created by dragging from hierarchy are not populated until next compile" />
        </engine:VisualElement>
    </engine:ScrollView>

</engine:UXML>