metadata for packages

This commit is contained in:
Sebastian Bularca
2026-04-02 07:03:38 +02:00
parent 5561a5c767
commit a0758b5a39
11 changed files with 58 additions and 3 deletions

View File

@@ -0,0 +1,3 @@
# jovian-unity-logger
A Unity engine custom logger package based logger that I created some time in the past.

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: fa77be11bdb554d4c9b1ab265a0a0b4a
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -2,7 +2,7 @@
"name": "com.jovian.logger",
"displayName": "Jovian Logger",
"version": "1.0.0",
"description": "A custom logger package based logger that I created some time in the past.",
"description": "A Unity engine custom logger package based logger that I created some time in the past.",
"dependencies": {
"com.unity.nuget.newtonsoft-json": "3.2.1"
}

View File

@@ -0,0 +1,3 @@
# jovian-recentassets
Helper to track recently used assets in the editor and display them in a menu.

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: b582e69a2e2fa3444b44853de217975a
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,18 @@
MIT License
Copyright (c) 2026 uzihead
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
associated documentation files (the "Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial
portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE.

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 8d7dddd7b8eacce479eea4c843c39f19
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,3 @@
# jovian-utilities
Unity specific general purpose utility scripts

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 53b659b3d803f924caab091cbb89515f
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -2,6 +2,6 @@
"name": "com.jovian.utilities",
"displayName": "Jovian Utilities",
"version": "1.0.0",
"description": "General purpose utility scripts",
"description": "Unity specific general purpose utility scripts",
"hideInEditor": false
}

View File

@@ -1 +1 @@
[{"displayName":"Save System","packagePath":"Packages/com.jovian.savesystem","repoPath":"D:\\repos\\unity-save-system","selected":false},{"displayName":"Zone System","packagePath":"Packages/com.jovian.zonesystem","repoPath":"D:\\repos\\unity-zone-system","selected":false}]
[{"displayName":"Save System","packagePath":"Packages/com.jovian.savesystem","repoPath":"D:\\repos\\unity-save-system","selected":false},{"displayName":"Zone System","packagePath":"Packages/com.jovian.zonesystem","repoPath":"D:\\repos\\unity-zone-system","selected":false},{"displayName":"Unity Inspector","packagePath":"Packages/com.jovian.inspector","repoPath":"d:\\repos\\unity-utilities\\","selected":false},{"displayName":"Unity Logger","packagePath":"Packages/com.jovian.logger","repoPath":"d:\\repos\\unity-logger\\","selected":false},{"displayName":"Unity Recent Assets","packagePath":"Packages/com.jovian.recentassets","repoPath":"d:\\repos\\unity-recentassets\\","selected":false},{"displayName":"Unity Utilities","packagePath":"Packages/com.jovian.utilties","repoPath":"d:\\repos\\unity-utilities\\","selected":false}]