Search Issue Tracker
Fixed in 5.3.6
Votes
0
Found in
5.3.5p7
Issue ID
813202
Regression
Yes
Android Marshmallow deletes files on first run
Reproduction steps:
1) Open user's project
2) Build for android and run on a marshmallow device
3) Observe the log
--- You will see a bunch of messages like this one:
MOVE_SELF null
MOVED_FROM onboarding_5c0107a72ec41c5b0927a259abf5fa6d
MOVED_TO onboarding_5c0107a72ec41c5b0927a259abf5fa6d_tmp
DELETE onboarding_5c0107a72ec41c5b0927a259abf5fa6d_tmp
etc...
--- Only happens on the first run after the app was installed
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
Add comment