Search Issue Tracker
Fixed in 2018.3.X
Fixed in 2017.4.X, 2018.2.X
Votes
1
Found in
2018.2.1f1
Issue ID
1066381
Regression
No
Unity crashes when using Vector graphic (.svd file) on Splash Screen and trying to Preview it
How to reproduce:
1. Open user's project
2. Go to Edit > Project Settings > Player
3. In the Inspector find "Splash Image" section and press "Preview"
Expected result: Unity does not crash
Actual result: Unity crashes
Reproducible with - 2018.3.0a7, 2018.2.2f1, 2018.1.9f1
Not reproducible with - 2017.4.8f1 and earlier (no support for .svg files)
Comments (1)
-
MetalBreaker
Aug 03, 2018 00:43
A vector graphic can't be used in the Image component either... I'm not sure if this is intended..?
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 mono_dump_native_crash_info when changing a Particle System Renderer’s Material Shader to Standard Unlit
- VFX Prefab doesn’t have Preview icon in Project window and Preview window is empty in Inspector window
- “RenderSettings customReflection texture has invalid type” error keeps getting thrown even when Environment Reflections was set back to Skybox from Custom with an invalid texture
- Particle System with the custom Material breaks the Scene view when the material is using a Shader Graph with the Texture with the power of negative value
- Invalid asset path & Invalid value for font MissingAssetReference Warnings are spammed when deleting a Font used by any Element in UI Builder
karl_jones
Aug 09, 2018
We have fixed the crash, it was due to the sprite having no texture. The fix will be available in a future release.
Unfortunately, the splash screen does not currently support vector sprites, it only supports sprites with a texture and a simple quad mesh.