I can't finish unity ads activation at unity dashboard!
Hi! Now I'm trying to add unity ads into my project. But when I'm trying to press "**Complete Activation**" on unity dashboard, I chose that "**No, I'm using Unity as my only ads provider. (No...
View ArticleWhy does Physics.OverlapSphere not always return the same number of colliders?
I have been working on a detection system for characters. I have adopted the reccomended method of using Physics.OverlapSphere to gather an array of colliders that are asigned to a specific layer mask....
View ArticleWhy on the mobile do the elements seem to have a very unstable position?
What could be causing [this behavior][1]? On the PC it seems to work normally while in the android emulator the elements move strangely and sometimes closes by itself... I tested changing the layer...
View ArticleTrying to figure out how to properly use my CircleCast Detection in my 2D...
Hey All, Been trying to work on this all week and I've not really had answers on Discord so first time posting here! What I am trying to do is recreate a Homing Attack System in Unity similar to Sonic...
View Articlerb.velocity.y sometimes requires stopping on x axis as well.
I don't have the code currently, this will be a bit abridged. void OnColliderStay2D (collision other) { if (rb.velocity.y == 0) { isJumping = false; } } It works most of the time, but sometimes just...
View ArticleCANNOT SEE ANY EVENTS ON GAMEANALYTICS FOR ANDROID
Hello, I have a strange issue with GameAnalytics. I was trying to integrate GameAnalytics into my Unity project. I have created game references for iOS and Android on website as shown in the...
View ArticleIssues with spamming animations
Hello, I have a running animation imported and when I hold down A or D it works fine but I can just mash it and it looks janky. Please help :( if...
View ArticleHow angry bird's "GAME OVER" system work?
I just started using unity, so I'm not much familiar with it! And I'm also trying to make a "2d angry birds style" game. But I had a quit struggle with how game over system work in angry birds. I tried...
View ArticleIssue on call iphone native audio record plugin unity
First am using record by the help of native code plugin(.a) to record voice and save as mp3 up to that works fine.After am plan to integrate video camera recording with audio using Following code,...
View ArticleWhen trying to open Prefab in Unity for editing, another application launches
Hello all, Came back to Unity after long time and decided to play a bit with it. Unfortunately I stuck at the point where I would need to edit my prefab. While instructions are straight forward how to...
View ArticleBolt Flowchart is not detecting Script on GameObject
Hi I am using Unity 2020.3.13f1 version and Bolt Visual Scripting Package. It works fine but It does not detect a scripting attached to a Game Object. I am attaching a picture for you reference. You...
View ArticleUnityEvent Inspector bug at Unity 2020.3
Greetings, everyone and thank you for your time. I have experienced that Unity has a bug related to **UnityEvents** at 2020.3 (at least 2020.3.1f1 and 2020.3.14f1). The bug is about Unity's default...
View ArticleGizmos stopped showing up for Gameobject unless it is rotated 180 degrees on...
My icons and gizmos used to show up for my enemy just fine whether it was rotated left or right, but just recently an issue occurred where the gizmos stopped showing up unless the object is flipped 180...
View ArticleFirebase Remote Config BUG
I have an issue in unity with Firebase Remote Config. v8.1 I Call InitRemoteConfig() then Fetch, but I recive Faulted status in the callback. also unity freezes after stop runing the game and I am back...
View ArticleUnity Remote 5 now working no matter what.
I've searched everywhere, done everything I could, but Unity remote 5 isn't working. Usually I use UE4 because the developers actually know what they're doing, but I heard that Unity had better mobile...
View ArticleTerrain Tool Brush Is "Read Only"
![alt text][1] [1]: /storage/temp/184747-capture.png I'm so tired of this half-baked engine. I JUST installed the terrain tools. And I can't even use them. Might switch to Godot.
View ArticleWhy are these object passing through each other?
Okay, so as can be seen in the Gif below I have a scene in which I am trying to recreate a game like the *"Tipping Point"* game-show. The scene is made up of: _ - One box object with a collider to make...
View ArticleOnly One Animation Layer plays
Hello, i found a strange issue in my game, i've rigged my character to look at the player, however when character follows player the walk animation is just not playing, i've tried to find the issue but...
View ArticleHow to properly use the HDRP Lens Flares
Hello, I'm trying to use the new HDRP lens flares in the latest Unity versions. I'm using it set up like the example scene (same parameters like example scene also don't help for my issue I'll describe...
View ArticleHow do I destroy a GameObject/Script that instantiates other objects, without...
I'm making a Danmaku type game as a project for my Unity Development class, and the devkit package I'm using (DanmakU) instantiates bullets from an emitter object. I've made one of the emitters a child...
View Article