Raycast issue with clicking the mouse button
Hello, I'm currently following one of unity's tutorials("Let's Try: Shooting with Raycasts") in using raycasts. The problem I'm facing is everytime I click the predefined mouse key and nothing happens....
View Article[Solved] Issues knowing if an object is moving "forward" or "backwards" (C#)
Hello. I'm trying to have a character play a different animation when they move forwards, backwards, left, and right. in my code, i use Vector3 localVelocity = transform.InverseTransformVector...
View ArticleIssues moving rigidbody with animation(C#)
Hello. I am trying have my character jump in Unity (Still kinda new to this), So I created an animation where the player squats down and then jumps in the air. To do this, I had to move the gameObject...
View ArticleTwo animations for different things(Aiming and Hip Fire)
So i have the code as follows using System.Collections; using System.Collections.Generic; using UnityEngine; public class adsGlock : MonoBehaviour { public Animator animator; public ParticleSystem...
View ArticleFails to baking lightmaps
Hey, Almost its been a week that i am experiencing a issue while i am trying to go on with lights on a level Level is a big 1k x 1k map. i used 2 environment probes and they are set to baked mode. 2...
View ArticleModular Level Seams?
So I am currently make a game in unity and I am using modular level design. I have created the modules in 3DS max using grid snapping so that everything is exactly 2x2 units. When I bring it into...
View ArticleAndroid button render issue
In my scene, there is one camera. When I run the scene in unity, the scene is okay. When I build it for the android, some android devices having problem with the rendering. On the other hand, in other...
View ArticleAV Pro Video Playback Rewinding Issue -Android
I am using AVPro 1.6.12.I want to rewind(play video in reverse) the video on android platfrom. It works fine in Unity editor but does not work while running on phone. Forward works well but rewind...
View ArticleWhy won't the next level in a sequence load after an animation?
So I am making my first game on Unity and am having some problems. The main problem is that when I want to load the next level on my Scene Index after an animation plays, it doesn't load it. I...
View ArticleGame lightning issue in low-end android device
When I test my game on a low-end android device the lightning has certain distance like a weird fog, is there a way to increase this "lightning render distance"? I heard it had something to do with...
View ArticleAset store download issue
Hello, I am not able to download some of my assets from asset store. When I click on download button, only "please wait" message is showing. I am only able to download free assets. Please see attached...
View ArticleProbem when trying to create a coroutine
I am trying to create a coroutine, but for some reason visual studio doesn't like it, can somebody help me: public IEnumerator RespawnPlayerCo() { Instantiate(deathParticle, player.transform.position,...
View ArticleSetting rotation of another player
Hello. I am making a multiplayer game and am trying to synchronize rotation of child gameobjects of each player but am having a couple issues. For example, if player one looks up, his head tilts back...
View ArticleCollision Issue! PLEASE GUYS HELP ME!
I want to create a game like BubbleShooter and when i shoot a bubble (as u can see in the image) the Console shows a message with the colliders the bubble hit. But i dont get why there are so many...
View ArticleButtons not working properly on some Android devices
Hello, I have a very unpleasant problem and I couldn't find any solution so far. Some of my buttons don't seem to work properly on some android devices. Everything is working fine on my Galaxy S7, but...
View ArticleConverting mouse position to worldpoint in 3d
I had this script for moving player in my 2d game: void Update () { if (Input.GetMouseButton(1)) { mousePos = Input.mousePosition; mousePos = Camera.main.ScreenToWorldPoint(Input.mousePosition); force...
View ArticleUnity transform.forward issue
When I rotate a character to say 0 deg, or 180 deg, it's "forward" shows clearly X = 0, Z = 1/-1. However if I rotate the character to 90/-90 or 270/-270, it's forward shows X = 1/-1, but the Z always...
View Articlewhy does unit deletes itself after closing it?
so everytime i download unity3d editor it opens and when i need to stop i close unity and when i want to open it again it isnt there. and i remember to save.
View ArticlePolicy for personal edition license?
The annual gross revenues of my company exceed US 100,000. However, it does not come from Unity software at all. It is first time to work using Unity software. In this case, can we get the 'Personal...
View ArticleErrors in Building the APK File
Hello, I am receiving these errors upon building the APK file. Does anyone know how to solve these issues? I do not understand what it is trying to tell me. Thanks! ![alt text][1] [1]:...
View Article