summaryrefslogtreecommitdiff
path: root/VRCSDK3Worlds/Assets/Udon/Editor/Resources/UdonChangelog.uxml
diff options
context:
space:
mode:
authortylermurphy534 <tylermurphy534@gmail.com>2022-11-06 15:12:42 -0500
committertylermurphy534 <tylermurphy534@gmail.com>2022-11-06 15:12:42 -0500
commiteb84bb298d2b95aec7b2ae12cbf25ac64f25379a (patch)
treeefd616a157df06ab661c6d56651853431ac6b08b /VRCSDK3Worlds/Assets/Udon/Editor/Resources/UdonChangelog.uxml
downloadunityprojects-eb84bb298d2b95aec7b2ae12cbf25ac64f25379a.tar.gz
unityprojects-eb84bb298d2b95aec7b2ae12cbf25ac64f25379a.tar.bz2
unityprojects-eb84bb298d2b95aec7b2ae12cbf25ac64f25379a.zip
move to self host
Diffstat (limited to 'VRCSDK3Worlds/Assets/Udon/Editor/Resources/UdonChangelog.uxml')
-rw-r--r--VRCSDK3Worlds/Assets/Udon/Editor/Resources/UdonChangelog.uxml28
1 files changed, 28 insertions, 0 deletions
diff --git a/VRCSDK3Worlds/Assets/Udon/Editor/Resources/UdonChangelog.uxml b/VRCSDK3Worlds/Assets/Udon/Editor/Resources/UdonChangelog.uxml
new file mode 100644
index 00000000..c7b08d30
--- /dev/null
+++ b/VRCSDK3Worlds/Assets/Udon/Editor/Resources/UdonChangelog.uxml
@@ -0,0 +1,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> \ No newline at end of file