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
- Crash on GetSceneGUID when building a scene
- ComputeShader compilation is executed sequentially, resulting in subpar performance
- Crash on UnityObjectToString(Object*) when an object has a field with a type mismatch and an active Animator
- Visual Effect Graph Node creation folder colors are not set to default by default
- The Attach button is active and shows the Attached to Visual Effect" tooltip when the Visual Effect Graph is no longer attached
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.