You've already forked com.lyonritchie.upmkit
Essential files and folders
This commit is contained in:
0
Runtime/Materials/.gitkeep
Normal file
0
Runtime/Materials/.gitkeep
Normal file
0
Runtime/Models/.gitkeep
Normal file
0
Runtime/Models/.gitkeep
Normal file
0
Runtime/Prefabs/.gitkeep
Normal file
0
Runtime/Prefabs/.gitkeep
Normal file
0
Samples~/.gitkeep
Normal file
0
Samples~/.gitkeep
Normal file
@@ -0,0 +1,3 @@
|
||||
# Changelog
|
||||
|
||||
0.1.0 - Empty template.
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
# License
|
||||
|
||||
Rover model CC-By Non-commercial: https://creativecommons.org/licenses/by-nc/4.0/
|
||||
|
||||
All other material CC-0.
|
||||
|
||||
18
package.json
18
package.json
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "com.myorgname.myupmkit",
|
||||
"version": "0.1.0",
|
||||
"displayName": "My Project - Demo Kit",
|
||||
"description": "Describe the wholesome qualities of your art.",
|
||||
"unity": "6000.0",
|
||||
"dependencies": {},
|
||||
"keywords": [
|
||||
"3d",
|
||||
"art",
|
||||
"prefabs",
|
||||
"demo"
|
||||
],
|
||||
"author": {
|
||||
"name": "Myfirstname MyLastname",
|
||||
"url": "https://myorgname.com"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user