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
- WebGL build dependencies are not refreshed until the Editor is restarted
- “Audio Random Container” allows adding unlimited number in “Audio Clips” numeric field, causing Editor to freeze
- In Deferred rendering path, mixed lights don't render when enabling "Use Rendering Layers" in the Decal renderer feature
- [Windows] Special characters in file names are sorted to the end of the alphabet in the Project window
- Information box icons are not contained within the information box bounds in Render Pipeline Converter window
Add comment