unity package structure
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -15,7 +15,8 @@
|
||||
/[Mm]emoryCaptures/
|
||||
|
||||
# Asset meta data should only be ignored when the corresponding asset is also ignored
|
||||
!/[Aa]ssets/**/*.meta
|
||||
!/[Aa]ssets/*/[Ss]samples~/*.meta
|
||||
!/[Aa]ssets/*/[Dd]ocumentation~/*.meta
|
||||
|
||||
# Uncomment this line if you wish to ignore the asset store tools plugin
|
||||
# /[Aa]ssets/AssetStoreTools*
|
||||
|
||||
6
.idea/.idea.textdecal/.idea/vcs.xml
generated
Normal file
6
.idea/.idea.textdecal/.idea/vcs.xml
generated
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
||||
|
Before Width: | Height: | Size: 376 B After Width: | Height: | Size: 376 B |
3
Assets/ru.chikalin.textdecal/LICENSE.md.meta
Normal file
3
Assets/ru.chikalin.textdecal/LICENSE.md.meta
Normal file
@@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 1464671579a347db9035dc15a0a3522d
|
||||
timeCreated: 1731754848
|
||||
0
Assets/ru.chikalin.textdecal/README.md
Normal file
0
Assets/ru.chikalin.textdecal/README.md
Normal file
27
Assets/ru.chikalin.textdecal/package.json
Normal file
27
Assets/ru.chikalin.textdecal/package.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "ru.chikalin.textdecal",
|
||||
"displayName": "TextMeshPro Decal",
|
||||
"version": "1.0.0",
|
||||
"description": "Decal for TextMeshPro",
|
||||
"license": "Refer to LICENSE.md file",
|
||||
"samples": [
|
||||
{
|
||||
"displayName": "URP Sample",
|
||||
"description": "URP Sample",
|
||||
"path": "Samples~/URP Sample"
|
||||
},
|
||||
{
|
||||
"displayName": "VR Sample",
|
||||
"description": "VR Sample",
|
||||
"path": "Samples~/VR Sample"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"com.unity.ugui": "2.0.0"
|
||||
},
|
||||
"author": {
|
||||
"name": "Kirill Chikalin",
|
||||
"email": "kirill@chikalin.ru",
|
||||
"url": "https://chikalin.ru"
|
||||
}
|
||||
}
|
||||
@@ -1,7 +1,6 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 13fdb347c7b904f27929fcda91728da7
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
guid: 2198c2eb9b77743f780423eb7e1e638b
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
Reference in New Issue
Block a user