How to make an object a child object
How to make _balls displayed in a random place become child objects
Unity game development camera controls
I am working to create a third person camera controls in unity.
every thing working fine, but on first drag my camera snaps its rotation suddenly, after that it works smoothly untill pointer up event. then after next pointer down on drag it snaps again.
Can any one help on this.
below is my code.
Unity Cloud Save HttpException: (403) HTTP/1.1 403 Forbidden Error
I didn’t get an error until yesterday, I didn’t make any changes. When I run my application, Unity runs the following code. This code is shared on its tutorial page:
Can’t set two startSpeed constants in Particle System of Unity
Unity multiple LocalizedString into one LocalizeStringEvent
I try to dynamicaly change a localized text with this methode :
Unity 2D game C# Script issue
enter image description heremy c# script has some problem player can moving and show run, jump,attack animation but when i walk forward player doesn’t show run,attack,jump animation .
How can I interact the object I’m holding with something else?
I made a game that includes holding objects and placing them into a cabinet. I have properly implemented the holding action and interaction system. However, I cannot combine these two. I want to place them in a specific location.
progress bar buffer effect in unity question
How to achieve this buffer effect link here
how to achieve progress bar feature on below link
How to achieve this link here
C# Access Modifier Scopes
I have following block of code, where I have multiple instances of Class Lane. I want to compare 2 Objects and check if there is space or not.