Skip to content

Commit

Permalink
Merge pull request #2 from dubit/release_1_0
Browse files Browse the repository at this point in the history
v1.0.0
  • Loading branch information
kkjamie authored Jan 2, 2020
2 parents f5c43c7 + 2ce2727 commit 42f5aae
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Editor/AudioConfigEditor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

namespace DUCK.AudioSystem.Editor
{
[CustomEditor(typeof(AudioConfig))]
// [CustomEditor(typeof(AudioConfig))]
[CanEditMultipleObjects]
public class AudioConfigEditor : UnityEditor.Editor
{
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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). <INSERT LINK TO MAIN DUCK PAGE>
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).
2 changes: 1 addition & 1 deletion README.md.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 13 additions & 3 deletions Scripts/Duck.AudioSystem.asmdef
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
{
"name": "Duck.AudioSystem"
}
{
"name": "Duck.AudioSystem",
"references": [],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
}
3 changes: 3 additions & 0 deletions package.json.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 42f5aae

Please sign in to comment.