diff --git a/Editor/AudioConfigEditor.cs b/Editor/AudioConfigEditor.cs index c2bad9d..950b2d0 100644 --- a/Editor/AudioConfigEditor.cs +++ b/Editor/AudioConfigEditor.cs @@ -5,7 +5,7 @@ namespace DUCK.AudioSystem.Editor { - [CustomEditor(typeof(AudioConfig))] +// [CustomEditor(typeof(AudioConfig))] [CanEditMultipleObjects] public class AudioConfigEditor : UnityEditor.Editor { diff --git a/LICENSE.meta b/LICENSE.meta index 337bb9e..1744a46 100644 --- a/LICENSE.meta +++ b/LICENSE.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 881b8bf64bd86df4d90bae66782ab7d1 +guid: 0a1c8fa3751557546bfd080bda546fb7 DefaultImporter: externalObjects: {} userData: diff --git a/README.md b/README.md index 94fda93..17bd94a 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,19 @@ # duck-audio-system +## Basic Usage + Documents **ComingSoon™**. +## Releasing +* Use [gitflow](https://nvie.com/posts/a-successful-git-branching-model/) +* Create a release branch for the release +* On that branch, bump version number in package json file, any other business (docs/readme updates) +* Merge to master via pull request and tag the merge commit on master. +* Merge back to development. + ## DUCK -This repo is part of DUCK (dubit unity component kit). -DUCK is a series of repos containing reusable component, utils systems & tools that can be submoduled into a unity project. +This repo is part of DUCK (dubit unity component kit) +DUCK is a series of repos containing reusable component, utils, systems & tools. -DUCK packages can be added to a project normally as git submodules or by using the [Duck Pacakge Manager](https://github.com/dubit/duck-package-manager). +DUCK packages can be added to a project as git submodules or by using [Unity Package Manager](https://docs.unity3d.com/Manual/upm-git.html). diff --git a/README.md.meta b/README.md.meta index ce69a1b..e67e4e8 100644 --- a/README.md.meta +++ b/README.md.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: c3adae6ab1ed8164e85cb4f91e76d2c9 +guid: e6ae4e03284d1cd428ad5801e5ed36b8 TextScriptImporter: externalObjects: {} userData: diff --git a/Scripts/Duck.AudioSystem.asmdef b/Scripts/Duck.AudioSystem.asmdef index 376984c..ec2b8ce 100644 --- a/Scripts/Duck.AudioSystem.asmdef +++ b/Scripts/Duck.AudioSystem.asmdef @@ -1,3 +1,13 @@ -{ - "name": "Duck.AudioSystem" -} +{ + "name": "Duck.AudioSystem", + "references": [], + "includePlatforms": [], + "excludePlatforms": [], + "allowUnsafeCode": false, + "overrideReferences": false, + "precompiledReferences": [], + "autoReferenced": true, + "defineConstraints": [], + "versionDefines": [], + "noEngineReferences": false +} \ No newline at end of file diff --git a/package.json b/package.json new file mode 100644 index 0000000..4234bf3 --- /dev/null +++ b/package.json @@ -0,0 +1,11 @@ +{ + "name": "com.dubitlimited.duck.audio-system", + "displayName": "Duck Audio System", + "version": "1.0.0", + "description": "An audio solution for unity.", + "repository": { + "type": "git", + "url": "https://github.com/dubit/duck-audio-system" + }, + "author": "Dubit Limited" +} \ No newline at end of file diff --git a/package.json.meta b/package.json.meta new file mode 100644 index 0000000..231a8bd --- /dev/null +++ b/package.json.meta @@ -0,0 +1,3 @@ +fileFormatVersion: 2 +guid: 09c98c15987e4791881467d6b2c1009e +timeCreated: 1577956179 \ No newline at end of file