https://github.com/coryleach/unitytunes
Unity editor utility that automatically pauses/plays iTunes/Spotify when entering/exiting play mode
https://github.com/coryleach/unitytunes
editor editor-plugin itunes music pause unity unity3d
Last synced: 7 months ago
JSON representation
Unity editor utility that automatically pauses/plays iTunes/Spotify when entering/exiting play mode
- Host: GitHub
- URL: https://github.com/coryleach/unitytunes
- Owner: coryleach
- License: mit
- Created: 2022-09-26T16:23:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-26T19:40:23.000Z (over 3 years ago)
- Last Synced: 2025-02-28T16:55:47.581Z (12 months ago)
- Topics: editor, editor-plugin, itunes, music, pause, unity, unity3d
- Language: C#
- Homepage:
- Size: 69.3 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Gameframe.Tunes 👋
Automatically pause Music (iTunes/Spotify) on Windows and OSX when entering play mode
Intelligently checks if music is playing and remembers if it actually paused playing music so that it will unpause only if it paused.
## Quick Package Install
#### Using UnityPackageManager (for Unity 2019.3 or later)
Open the package manager window (menu: Window > Package Manager)
Select "Add package from git URL...", fill in the pop-up with the following link:
https://github.com/coryleach/UnityTunes.git#0.3.1
#### Using UnityPackageManager (for Unity 2019.1 or later)
Find the manifest.json file in the Packages folder of your project and edit it to look like this:
```js
{
"dependencies": {
"com.gameframe.tunes": "https://github.com/coryleach/UnityTunes.git#0.3.1",
...
},
}
```
## Usage
When enabled this package will automatically pause the Music app or Spotify on Mac OS.
To toggle Enable/Disable go to the Window/Tunes menu and select the 'Enable' option to toggle on or off.

## Author
👤 **Cory Leach**
* Twitter: [@coryleach](https://twitter.com/coryleach)
* Github: [@coryleach](https://github.com/coryleach)
## Show your support
Give a ⭐️ if this project helped you!
Please consider supporting it either by contributing to the Github projects (submitting bug reports or features and/or creating pull requests) or by buying me coffee using any of the links below. Every little bit helps!
[](https://ko-fi.com/coryleach)
***
_This README was generated with ❤️ by [Gameframe.Packages](https://github.com/coryleach/unitypackages)_