We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dd61b4 commit 0402d70Copy full SHA for 0402d70
.gitignore
@@ -0,0 +1,2 @@
1
+CHANGELOG.md.meta
2
+README.md.meta
CHANGELOG.md
@@ -0,0 +1,4 @@
+# Changelog
+
3
+## [1.0.0] - 2021-01-18
4
+This is the first release of LightProbesVolume as a package.
package.json
@@ -1,8 +1,7 @@
{
- "name": "li.lightingtools.lightprobesvolumes",
- "displayName": "Lighting Tools Light Probes Volumes",
- "version": "0.0.1",
5
- "unity": "2018.3",
6
- "description": "Lighting tools test.",
7
- "dependencies": {}
+ "name": "com.laurenth.lightingtools-lightprobesvolumes",
+ "displayName": "Lighting Tools Light Probes Volumes",
+ "version": "0.0.1",
+ "unity": "2018.3",
+ "type": "tool"
8
}
0 commit comments