I’m currently developing a mobile game and have encountered the following issue:
I have multiple cubes aligned side by side programmatically.
In Editor everything looks fine (see Screen 1):
But on mobile (Android & iOS) it draws those grey/black lines between some of these cubes (see Screen 2):
This only occurs if the camera is a bit away.
If I zoom in they disappear on Android but remain on iOS.
I’m not using any texture like an image.
Just a simple shader from the Assetstore:
“Minimalist Free”
Hope someone can help me with this problem