- Home /
Glitch in Build
Hello everyone ,
I am building a project for a company and yesterday when I build the project I have faced with very glitchy screen . I don't have any clue what might be causing that . I've tried to copy scene and remove some objects one by one and try to re-build . But , it didn't work . All scripts are just affecting the canvas (changing texts , sprites , alpha values etc.) .
Note that, I can't see any problem , glitch , bug etc. in editor .
Any help would be appreciated !
Here's screenshots:
IN EDITOR :
IN BUILD :
Is the build running on the same computer as the editor?
Which version of Unity are you using?
$$anonymous$$aybe some more pieces of information considering your computer? (OS, CPU, GPU)
Answer by yourecrippled · Mar 06, 2019 at 02:05 PM
Still need help on this problem .
EDIT :
SOLVED : The problem was resources . It seems I used so many texture reference in my project and it increased the size of sharedassets0.assets.resS
file to around 8 GB . When I decreased the texture sizes and of course amount it's started to work like charm !
Your answer
Follow this Question
Related Questions
Distribute terrain in zones 3 Answers
Android - Failed to repackage resources error after installing facebook plugin 2 Answers
Out of memory when building with DX11 disabled on Unity 4 1 Answer
Scenes won't work when built together 2 Answers
CommandInvokationFailure: Unable to convert classes into dex format 0 Answers