Posts by Zulian • 1,827 points
52 posts
-
1
votes1
answer992
viewsA: Grab a network java file
Although your question is wide, you should not be able to access the figure because this path is local (proper to your computer): String caminho = new File("/home/Pictures/").getCanonicalPath();…
-
2
votes1
answer741
viewsA: Sprite cut diagonally in Unity 5
The problem seems to be related to the Z axis of your background. Try to put the Depth position (Z) of it to 1.