You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,3 +3,10 @@
3
3
A package which adds the ability to add metadata to assets(*) in Unity
4
4
5
5
(*) currently only Material is supported
6
+
7
+
# Install
8
+
9
+
In the unity package manager in the top right corner, press the + and select "Add package from git URL" and enter "https://github.com/LogicalError/CustomAssetMetadata.git"
10
+
This will install the package
11
+
12
+
Here, you can go to the sample tab to import an example project that uses CustomAssetMetadata
0 commit comments