Search Issue Tracker
Fixed in 2018.4.X
Fixed in 2019.2.X
Votes
0
Found in
2018.4
2018.4.8f1
2019.2
2019.3
Issue ID
1188663
Regression
No
[iOS]Setting Color Buffer's StoreAction to Don’t care does not change the property
How to reproduce:
1. Open the attached Archive.zip project
2. Build for iOS and open the Xcode project
3. Go to Menu bar-> Product-> Scheme-> Edit Scheme
4. Set GPU Frame Capture to Metal and Metal API Validation to Enabled
5. Deploy the Xcode project to the iOS device
6. Press "Capture GPU frame" button
7. Inspect CommandBuffer
Expected: Store Action is set to Don'tCare
Actual: Store Action is set to Store (see the screenshot attached in the Edit section)
Reproducible with: 2018.4.12f1, 2019.2.10f1, 2019.3.0a8
Not reproducible with: 2019.3.0a9, 2019.3.0b8, 2020.1.0a1, 2020.1.0a9
Reproducible with:
iPad Pro 12.9" (iOS 12.1.1)
iPhone XS (iOS 12.3.1)
Not reproducible with: 2019.3.0b8, 2020.1.0a9
Note: Could not test on 2017.4.33f1 because of the thrown errors
On some devices frame capture never finishes loading
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 UnityPlayer!profiling::ProfilerManager::DisposeProfilerRecorder+0xa when Player gets relaunched and exited after running for a long amount of time
- [Input system] When releasing one touch and pressing a second touch during a single frame, the second touch is not translated into UI event line OnPointerDown by the InputSystemUIInputModule
- URP Samples - multiple "Attempting to resolve render surface" and other errors appear when setting Quality pipeline asset
- OnDemandRendering.willCurrentFrameRender returns incorrect values in the Player when UnityEngine.Rendering.OnDemandRendering.renderFrameInterval is greater than 1
- Root motion is not reapplied when transitioning from an animation without root motion to an animation with root motion
Add comment