Planes to Sphere Issue
Hello, I'm currently trying to build a sphere with perlin noise texture. I tried to make a cube from 6 planes like this: http://answers.unity3d.com/questions/1101723/plane-to-sphere-issue.html (I used...
View ArticleUnity not playing Legacy animation
I have a lot of objects in my scene where their materials are being animated. They go from their original Albedo colour and 0 emission, to a bright yellow colour with a birght yellow colour for the...
View ArticleHelp! Sounds won't play when changing scene
Hi! So, my team and I have been working on a game for a few weeks now, and we're working on implementing basic UI sound effects, such as a click sound when pressing a button. However, all of these...
View ArticleInput Button Fire 1 is not setup
I'm getting strange error. When I have cursor configured like this: Cursor.visible = false; Cursor.lockState = CursorLockMode.Locked; and hit Escape while runnig game in editor play mode, I'm getting...
View ArticleScene switching not working?
using UnityEngine; using UnityEngine.SceneManagement; public class SceneSwitch : MonoBehaviour { public void SceneSwitcher () { if (Input.GetKeyDown(KeyCode.V)) { Debug.Log("Scene2 loading: ");...
View Articlenot login to unity forum
when i am try to login in unity so this error occour what should be a problem so plz help me to solve the problem [1]: /storage/temp/104201-capture.png
View ArticleUnity Engine Not Intialized?!?
Plz help! Every time i open my android apk. HE CRASHES. Unity Engine Not Intialized. That is it!
View ArticleCustomScroll inherited from RectScroll, executing in edit mode
Hello, I faced weird issue, that I can't understood. I made CustomScroll class inherited from RectScroll. Everything was okey to the moment, when my public variables disappeared from Inspector. In my...
View ArticleRaycast 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 Article