Search Issue Tracker
Won't Fix
Votes
1
Found in
2018.4
2019.4
2019.4.16f1
2020.3
2021.1
2021.2
Issue ID
1312706
Regression
No
Karting Microgame throws VideoClip import errors after reimporting or opening the project on Linux
How to reproduce:
1. Open the Karting Microgame tutorial project
2. Right-click in the "Project" window and press "Reimport All"
3. After the reimport is complete open the "Console" window
Expected result: The Console is empty
Actual result: The Console is filled with VideoClip import errors
Reproducible with: 2018.4.32f1, 2019.4.22f1, 2020.3.0f1, 2021.1.0b9, 2021.2.0a8
Notes:
1. Reproducible on Ubuntu 18.04
2. Not reproducible on Windows 10
3. Issue also present on: the Lego Microgame, FPS Microgame, and Creator Kit: Puzzle
Comments (1)
-
nanpx
Jan 21, 2022 01:59
Hello there.
If I'm right, this happens when you don't have the propietary codecs installed.
Try this in your command line:
sudo apt-get install ubuntu-restricted-extras(This is a multiverse package so you'll have this enabled in sources)
Then try again.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Redoing creation of Sub Scenes and Cube GameObjects in Hierarchy throws “Assertion failed on expression: 'targetScene != nullptr’” error in Console window
- Selecting “New Sub Scene” after assigning “New Scene” in Sub Scene Script Component throws “Destroying GameObjects immediately is not permitted” in the Console window
- Shader Graph "Zoom Step Size" can be set to 0 even though the zoom still works
- Enabling/Disabling the Deprecated Nodes doesn't apply to the opened Shader Graph unless any Variable is added to the Blackboard
- Group Selection title text size is smaller in renaming than the actual font size
Resolution Note:
We currently only support the VP8 video codec on Linux. Projects importing .mp4 or .mov files will generate these errors as there is no codec to handle them.