Search Issue Tracker
Fixed in 2019.1.X
Votes
0
Found in
Issue ID
1115196
Regression
Yes
Using BC6H on PS4 crash the player
Steps:
1. Create a new project
2. Have a script
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class NewBehaviourScript1 : MonoBehaviour
{
void Start()
{
Texture2D tex = new Texture2D( 64 , 64 , TextureFormat.BC6H, false);
}
}
3. Run on PS4
Expected: there should be no crash
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “RenderSettings customReflection texture has invalid type” error keeps getting thrown even when Environment Reflections were 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
- [iOS] Legacy text font fallback does not render all characters for Chinese text when deployed on devices with OS 18+
- Shadows are broken in ECS Graphics when using deeply nested object hierarchies
Add comment