Andreas

Results 243 comments of Andreas

> A random password on the other hand can be bruteforced. Mmmh, there is already a UUID generated to identify a Companion App. I did this because my IP changed...

This surprises me, but you are right. A recent (Feb 2021) [forum post](https://forum.unity.com/threads/error-importing-mp4-file.711203/) > At this time we don't support MP4 import on Linux. ... H.264 / H.265 are patent-encumbered....

Some explanation for the ffmpeg command: - `-i` the input file - `-c:v` codec for video - `-c:a` codec for audio - `-b:v` bit rate for video - and the...

> Are there any plans to support avi and mp4 files in the future Not from my side in the near future. I would stay with Unity's supported formats. Of...

> I welcome others to implement more file formats using thrid-party libraries There is a Unity specific lib for VLC support: https://code.videolan.org/videolan/vlc-unity I am unsure about the license though. The...

> Their main purpose is to show players where on the sing screen "their" notes are And a custom image would improve this. The player profile image is also shown...

Maybe adding custom profile images is not needed. But I would like to offer more choice in the default profile images. I noticed that other big platforms (e.g. Netflix) offer...

I think UltraStar World Party has a nice song slection grid. The UI is pretty refined there.

This issue depends on a missing feature of UIToolkit. - UI Toolkit does not yet provide a way to load a style from a string ([forum](https://forum.unity.com/threads/generate-visualelementasset-stylesheet-from-a-string.851800/)).