A Unity ID allows you to buy and/or subscribe to Unity products and services, shop in the Asset Store and participate in the Unity community.
Is it possible to instruct JSON.NET to serialize object's property instead of the objects itself. Here's what I mean: I have a PlayerProgress.cs...
I also have problems with SphereCast. I'm doing SpehreCast to detect if a player is standing on a ground.. The SphereCast randomly gives incorrect...
I have the slide image: [IMG] and the hand image: [IMG] I want to slide the hand along the slide image. In the hierarchy the hand image is a...
Can someone please clarify to me what the first and last values in LTSpline do and what they are used for? I have a collection of waypoints that I...
Does anybody have any clue how this stretching arm effect can be made? It doesn't look like it's animated, right? [MEDIA]
I managed to get rid of these errors by renaming the mainTemplate.gradle to build.gradle, but the plugin doesn't work. I ran the app on the Nox...
I want to be able to determine whether my game is running on android emulator or on a real device. In searching for answers I stumbled across this...
What's the latest version of Unity that lets me build my game for Android version 4.2? After updating Unity to the latest version I'm no longer...
have published my first made game on Google Play. The game is wave based. After all enemies are killed a gun shop opens where player is able buy,...
What method you suggest me to declare inside interface,?I didn't get.. I want to expose the interface in the inspector panel so I could assign...
I need to expose an interface in the inspector panel. In order to do so I tried to write a custom Inspector which exposes a MonoBehaviour...
There is only one instance of this class. Probably you're right, I may have to consider making this object a singleton.
I already have excessive amount of singletons. I need this variable to be static because it's used by a static method. As I understand there's...
I'm trying to find a way to edit a static variable through the Inspector. I tried to write a custom editor: private Slider _slider;...
Thank you for the elaborate answer. I'm not sure what the PlayerHeading variable should be and where does it come from. so I marked it...
I want to have a guiding arrow on the left side of UI. The arrow is child of the player's camera and it's rendered from another camera into render...
Is there a way to alter the navigation area parameter from an Editor script? [IMG]
I have subscribed to an event using lambda expression therefore I can't unsubscribe it. Now I'm wondering if the subscription will be preserved...
Hi @ismaelflorit. Thank you for your attention but I already solved the problem. Turned out the problem was in the FSM logic. After enemy was...
I have RoundManager script which's subscribed to the EnemyKilled event. Every time an enemy is killed it spawns an enemy on random spawn point. To...