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
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
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.