Andreas
Andreas
> Can't we create a Temp folder and conversion it? This would be (a) the most complicated and (b) inefficient approach. - (a) because there is no conversion tool that...
I close this as won't fix. It is not supported by Unity and we do not want to implement media file decoding. Workaround: Songs have to be created with a...
To be more specific: it is not supported to get an AudioClip from a video file. The AudioClip is expected in the current implementation. However, it might be possible to...
I think tvOS would be possible. The [Unity docs](https://docs.unity3d.com/2020.1/Documentation/Manual/tvOS.html) name some things to consider. > The Apple TV platform, also known as tvOS, builds on the foundation of the iOS...
> The application start successfully, but seems to stick to the loading screen until a few button presses Probably an exception occurred in the loading screen. If this happens then...
We should add installation instructions with this workaround in the wiki.
I've added the workaround to the new [installation instructions](https://github.com/UltraStar-Deluxe/Play/wiki/Download-and-Install) wiki page.
Re-open. Maybe we find a way to prevent this issue
This needs re-testing once the MacOS build using the unity-builder GitHub Action is working (see https://github.com/game-ci/unity-builder/issues/295 ) . Could be that they don't have this issue in the first place.
UI Scaling is defined by Unity RectTransform's anchor and corner positions. Anchor values are relative to the parent RectTransform (values from 0 to 1). It's better not to think in...