You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
1.6 KiB
19 lines
1.6 KiB
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<UXML xmlns:ui="UnityEngine.UIElements">
|
|
<ui:Box class="section">
|
|
<ui:Label text="Install Additional Samples" class="category" />
|
|
<ui:Button name="installSamples" text="VFX Graph Additions" tooltip="Installs pre built VFX examples" class="indented" />
|
|
<ui:Button name="graphAddition" text="Output Event Helpers" tooltip="Installs helper scripts to add behaviors on VFX events" class="indented" />
|
|
<ui:Button name="learningSamples" text="Learning Templates" tooltip="Installs VFX Learning Templates" class="indented" />
|
|
</ui:Box>
|
|
<ui:Box class="section alternate">
|
|
<ui:Label text="Documentation" class="category" />
|
|
<ui:Label text="<a href="https://unity.com/visual-effect-graph">VFX Graph Home</a>" tooltip="Open Visual Effect Graph home page" class="indented" />
|
|
<ui:Label text="<a href="https://discussions.unity.com/tags/c/unity-engine/52/visual-effects-graph">VFX Graph Discussions</a>" tooltip="Open Visual Effect Graph Discussions" class="indented" />
|
|
</ui:Box>
|
|
<ui:Box class="section">
|
|
<ui:Label text="Examples and Resources" class="category" />
|
|
<ui:Label text="<a href="https://github.com/Unity-Technologies/SpaceshipDemo">[Github] Spaceship Demo</a>" tooltip="Open Spaceship Demo repository" class="indented" />
|
|
<ui:Label text="<a href="https://github.com/Unity-Technologies/VisualEffectGraph-Samples">[Github] VFX Graph Samples</a>" tooltip="Open VFX Graph Samples repository" class="indented" />
|
|
</ui:Box>
|
|
</UXML>
|