Posts by Mateus Culpo • 96 points
6 posts
-
1
votes1
answer1893
viewsA: organize GUI for any screen size in Unity5
Good morning Diogo, good to two options for you to solve this problem, one that I used before the new UI of Unity the Famous "Canvas". 1º The first solution is you use your equation based on "%", an…
unity-5answered Mateus Culpo 96 -
0
votes2
answers123
viewsA: Different Jump size on Android Unity 5 devices
When using the drive within Unity using its Physics, it is not necessary to use the "Time" Class to multiply the processor value. In your case try to remove "Time.fixedDeltaTime".
-
1
votes3
answers667
viewsA: Problems, Objects colliding in the wrong way Unity3d
Good afternoon Jhonny Summer I advise you to use Ontriggerenter2d, if the money does not affect anything in the direction of the car when colliding, When it is used the Trigger it does not assign…
unity3danswered Mateus Culpo 96 -
1
votes2
answers622
viewsA: Errors Script C# Unity3d 5.2.0f3! Errors with Rigidbody2d
You are trying to access the Object Class and not the object created in memory to be used. To use an object of type rigidbody2D, you need to have it somewhere as a reference, I advise to do this…
-
2
votes1
answer427
viewsA: "Ontriggerenter2d" function is executed even with "Is Trigger" disabled
The script linked to the object with Collider has to be with On Trigger on, your player does not need a Collider Ontrigger if the object that has this setting already has.
unity3danswered Mateus Culpo 96 -
2
votes1
answer505
viewsQ: Publishing App to Apple Store with restricted content
In recent days, I faced a problem in publishing an App on Apple, it simply blocks me from wanting the user to use user/password to have access to all the content of the App. Reason: it is an…