File tree 1 file changed +13
-3
lines changed
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
47
47
48
48
You can install ** UnityUxmlGenerator** in one of the following ways:
49
49
50
- <details ><summary >1. Install via package file </summary >
50
+ <details ><summary >1. Install via Package Manager </summary >
51
51
<br />
52
52
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
+ ```
54
63
- Open `Window/Package Manager`
55
- - Select ` Add package from tarball... `
64
+ - Select `My Registries`
65
+ - Install `UnityUxmlGenerator` package
56
66
57
67
</details>
58
68
You can’t perform that action at this time.
0 commit comments