Прозрачный видеоплеер Unity не отображается на устройстве?

Кажется, что ваш экземпляр localdb не запущен. Чтобы запустить его при запуске компьютера, добавьте в свой файл меню «Пуск» \ «Автозагрузка» BAT со следующей строкой

sqllocaldb start name_of_instance

, где name_of_instance - это имя экземпляра localdb, который вы хотите запустить. Вы можете просмотреть доступные экземпляры в командной строке, используя sqllocaldb i.

, например. Если вы используете SQL Server Management Studio и подключаетесь к названию сервера (localdb)\v11.0, ваш BAT-файл будет выглядеть как

sqllocaldb start v11.0
0
задан UserDude 28 March 2019 в 03:30
поделиться

3 ответа

может быть ваш шейдер удален Unity, попробуйте добавить их в AlwaysIncludeShaders: enter image description here

0
ответ дан Di Zhang 28 March 2019 в 03:30
поделиться

Видеопроигрыватель не поддерживает персональную версию

.
0
ответ дан VEli Yıldız 28 March 2019 в 03:30
поделиться
It could be any of the following reasons, which is described on unity doc.
please check with this.
Android Notes

* Support for resolutions above 640 x 360 is not available on all devices. Runtime checks are done to verify this and failures will cause the movie to not be played.
* For Jelly Bean/MR1, movies above 1280 x 720 or with more than 2 audio tracks will not be played due to bugs in the OS libraries.
* For Lollipop and above, any resolution or number of audio channels may be attempted, but will be constrained by device capabilities.
* The Vulkan graphics API is not yet supported.
* Format compatibility issues are reported in the adb logcat output and are always prefixed with AndroidVideoMedia.
* Also pay attention to device-specific error messages located near Unity's error messages: they are not available to the engine, but often explain what the compatibility issue is.
* Playback from asset bundles is only supported for uncompressed bundles, read directly from disk.
0
ответ дан Siva 28 March 2019 в 03:30
поделиться
Другие вопросы по тегам:

Похожие вопросы: