Posts by Frohlich • 156 points
3 posts
-
0
votes3
answers667
viewsA: Problems, Objects colliding in the wrong way Unity3d
I can’t visualize the images Jhonny but I’ll take a wild guess considering your whole system is really gravity-based. In this case you must have a Rigidbody2d on all your objects. The attribute…
-
2
votes1
answer69
viewsA: Screen Splitting using Android + Unity
I can’t see the video but by the description I imagine you are trying to create 4 viewports with views of different points of your object. If it is that easy to pull, just adjust the line of each of…
-
2
votes2
answers622
viewsA: Errors Script C# Unity3d 5.2.0f3! Errors with Rigidbody2d
I can’t see the error image, but one thing I can point out by looking at the code is how to access the Rigidbody2d component. Unity 5 has adjusted its syntax to better align with the scope and…