Search Issue Tracker
Fixed in 5.5.0
Votes
13
Found in
5.5.0b2
Issue ID
829600
Regression
No
[Android] After building the project, errors about missing temp files appear in console
To reproduce:
1) Open attached project
2) Build for Android
3) Notice multiple errors after building process like:
Trying to add file "Temp/StagingArea/Data/sharedassets0.assets.resS" which does not exist on disk.
UnityEditor.HostView:OnGUI()
Does not happen on other platforms(Win Standalone/iOS/WebGL tested)
Fixed in 5.5.0b11
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
janreymary
Jul 26, 2017 15:23
Good Tip for this issue .. just install TempCleaner then use this application to delete the remaining standalone files that you builded.
tanatos84
Apr 07, 2017 20:19
I had a similar issue on an older version of unity, 5.1.2 if I recall correctly. I had a working game on PC, but when I tried to export to Blackberry 10 the "UnityEditor.HostView:OnGUI()" appeared, the reason was that I was using standard shaders on my materials instead of mobile shaders.
I hope this help someone.
KrugGames
Jan 25, 2017 06:28
Trying to add file "Temp/StagingArea/Data/sharedassets1.assets.resS" which does not exist on disk.
UnityEditor.HostView:OnGUI()
taxvi
Jan 13, 2017 11:02
I deleted the AndroidManifest file and it's building. I have several other manifest files from different packages and they are left in the project. The error is still there but at least it's building the package.
Maudmcok
Jan 07, 2017 20:16
cool bug Fix after all restart (PC) TY
Maudmcok
Jan 07, 2017 20:01
hi so crasy i juste add picture, and redimention anchor and rebuild
I using Unity 5.5.0f3
black screen on android when game starts,
pls help for fix Thank All.
maliceCO
Jan 05, 2017 19:09
I'm got the same issue, the app only stay in black screen. Restarting Unity Fix the problem for now.
ebourque
Jan 05, 2017 10:43
Hello,
Same problem here. Also getting blacked-out sprites every now and then.
Trying to add file "Temp/StagingArea/Data/sharedassets0.assets.resS" which does not exist on disk.
UnityEditor.HostView:OnGUI()
jbassking
Jan 04, 2017 03:34
I'm still getting this issue in 5.5..0b9
tessellation
Dec 14, 2016 08:50
I was able to build the APK after getting this error by just restarting Unity. When you quit Unity it clears out the Temp folder.