3cdb63917e
* play sfx and play animation blocks i also changed prescheduleFunction to preFunction, and removed the unused preFunction argument in GameAction i can revert this if need be but it just seemed vestigial * count in rework + preloading, multisound addition multisound was using an array that was converted to a list..? very silly when you consider it's a list first so sometimes it's list -> array -> list lol new Count-In and Play SFX block preloads sfx now!! epic. * prefab-ify event properties, Button EntityType * things are very nearly working! however i just hit an insane hurdle. how do i modify a dropdown while still being able to access the index/int value of that param directly. UGHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH * okay it's WORKING now i just need to do some better dropdown stuff * ITS WORKING ITS WORKING ITS WORKING arbitrary animations, now accessible to those without prefab knowledge! and it's piss easy to use!! * about to make a struct + class, tooltip improvements gonna make the struct define it, then the class will actually be the dropdown this is gonna make things so so so so much easier to comprehend * finishing up, probably one more commit after this * split up Dropdown into Dropdown and DropdownObj, which basically fixed all of my problems lol * fixed a count bug * added param tooltip toggle * grah it's ALMOST DONE * it's 99.9% finished. just some touch ups, i don't think i even know of any bugs * alright, looks like that's all the bugs gone * EVERYTHING IS FINISHED!! |
||
---|---|---|
.github | ||
.vscode | ||
Assets | ||
Packages | ||
ProjectSettings | ||
.editorconfig | ||
.gitignore | ||
.vsconfig | ||
BUILD.md | ||
CREDITS.md | ||
Editor.meta | ||
LICENSE.md | ||
README.md | ||
song.wav |
Heaven Studio
(WIP) A tool to create playable Rhythm Heaven custom remixes, with many customization options.
Prebuilt Binaries
Full releases are published on our itch.io page. GitHub Actions creates experimental builds on each commmit, but minimal support will be provided.
Alpha builds
These builds target future patches / minor releases and thus do not include some of the features from Nightly.
Nightly builds
These builds include experimental new features that target future major releases.
Important Notes:
- On MacOS and Linux builds you may experience bugs with audio-related tasks, but in most cases Heaven Studio works perfectly.
Self-Building
Heaven Studio is made in Unity 2021.3.21, and programmed with Visual Studio Code.
Build Instructions: BUILD.md (or the more maintained documentation page)
Other information
Rhythm Heaven is the intellectual property of Nintendo. This program is NOT endorsed nor sponsored in any way by Nintendo. All used properties of Nintendo (such as names, audio, graphics, etc.) in this software are not intended to maliciously infringe trademark rights. All other trademarks and assets are property of their respective owners. This is a free community project available for others to use and contribute to, without charge. Source code is licensed under the MIT license.