File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -47,12 +47,22 @@ public partial class CustomVisualElement : VisualElement
4747
4848You can install ** UnityUxmlGenerator** in one of the following ways:
4949
50- <details ><summary >1. Install via package file </summary >
50+ <details ><summary >1. Install via Package Manager </summary >
5151<br />
5252
53- - Download ` unityuxmlgenerator.tgz ` from [ releases] ( https://github.com/LibraStack/UnityUxmlGenerator/releases )
53+ The package is available on the [ OpenUPM] ( https://openupm.com/packages/com.chebanovdd.unityuxmlgenerator/ ) .
54+
55+ - Open ` Edit/Project Settings/Package Manager `
56+ - Add a new ` Scoped Registry ` (or edit the existing OpenUPM entry)
57+
58+ ```
59+ Name package.openupm.com
60+ URL https://package.openupm.com
61+ Scope(s) com.chebanovdd.unityuxmlgenerator
62+ ```
5463 - Open `Window/Package Manager`
55- - Select ` Add package from tarball... `
64+ - Select `My Registries`
65+ - Install `UnityUxmlGenerator` package
5666
5767</details>
5868
You can’t perform that action at this time.
0 commit comments