Skip to content
This repository was archived by the owner on Aug 10, 2021. It is now read-only.

Commit 11a9957

Browse files
committed
Add package files necessary for use with Unity package manager
0 parents  commit 11a9957

8 files changed

+56
-0
lines changed

Editor.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"name": "Chark.UnityScriptableObjects.Editor",
3+
"references": [
4+
"Chark.UnityScriptableObjects"
5+
],
6+
"includePlatforms": [
7+
"Editor"
8+
]
9+
}

Editor/Chark.UnityScriptableObjects.Editor.asmdef.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Runtime.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"name": "Chark.UnityScriptableObjects"
3+
}

Runtime/Chark.UnityScriptableObjects.asmdef.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "com.chark.unity-scriptable-objects",
3+
"displayName": "Unity Scriptable Objects",
4+
"version": "0.1.0",
5+
"unity": "2019.4",
6+
"description": "Provides Game Events and their respective listeners. Includes Mutable Scriptable Objects for injecting and using shared data."
7+
}

package.json.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)