Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nubick/unity-button-sounds-editor
Editor extension for Unity game engine. It helps to assign AudioClip to buttons and to play sounds by button clicks.
https://github.com/nubick/unity-button-sounds-editor
button click engine sfx sound unity unity-editor
Last synced: 4 months ago
JSON representation
Editor extension for Unity game engine. It helps to assign AudioClip to buttons and to play sounds by button clicks.
- Host: GitHub
- URL: https://github.com/nubick/unity-button-sounds-editor
- Owner: nubick
- License: mit
- Created: 2016-02-27T16:14:11.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-06-29T16:25:10.000Z (over 5 years ago)
- Last Synced: 2024-09-30T18:02:49.921Z (4 months ago)
- Topics: button, click, engine, sfx, sound, unity, unity-editor
- Language: C#
- Homepage: http://nubick.ru/button-sounds-editor-for-unity/
- Size: 776 KB
- Stars: 69
- Watchers: 8
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
README
Button sounds editor
--------------------
Editor extension for
[Unity](http://unity3d.com/)
engine.Editor helps to assign click sound to all buttons in the current scene. It lists all buttons in one window, and it allows to edit sounds of those buttons.
Version 1.2:
Possibility to add click sound to Toggle UI components.
Several filters for editor which will help to organize sounds when you have many buttons in the scene.Version 1.1:
Possibility to add click sound for any game object which has EventTrigger with PointerClick event.Downloads
----------
Please check out
[releases](//github.com/nubick/unity-button-sounds-editor/releases)
for the latest version of the editor.Documentation
-------------
Please check out following page for documentation:
[Button Sounds Editor for Unity.](http://nubick.ru/button-sounds-editor-for-unity/)Preview
-------
How editor looks.![Editor example](http://nubick.github.com/readme/button-sounds-editor.png)