Event animation does not work from the second two
Good morning everybody: I have a problem wit event animations. In this case, the duration of the animation is 4 seconds, and y wnat to use an event in the end of the animation. The problem is, for some...
View ArticleInput.GetKeyDown doesn't work first button press
Hey guys I have the player pressing Enter to load a scene based on which trigger they're standing in. But for some reason you need to press enter anywhere from 10-50 times before it finally works. Yet...
View ArticleStrange errors after update to Unity 5...
So I know that one of the things in the new update is removing the shortcut variables like "Rigidbody2D.velocity" and the likes. Thing is when I change my code to apropriate the change I get some...
View ArticleHi all, I'm getting error CS1041: Identifier expected for line 8. Any help?
using UnityEngine; using System.Collections; public class MascRespawn : MonoBehaviour { private var dead = false; void OnControllerColliderHit(ControllerColliderHit) { if(hit.gameObject.tag ==...
View ArticleFatal error! Could not allocate memory | What should I actually do?
Hi, maybe this question is little awkward but please let me ask. I'm having error like this in Unity5 64bit ![alt text][1] [1]: /storage/temp/45977-error.gif and I searched around internet a little...
View ArticleUnable to connect profiler to WebGL
I've ported a game to WebGL, and when the character attacks I've noticed a brief lockup (~10-15 frames). I wanted to check the profiler to try and find the issue, but I'm unable to get the build to...
View ArticleMicInput Conversion to C#
I'm trying to convert the main Javascript [MicInput][1] script over to C# and I'm having some issues. I've been able to successfully convert the main MicInputJ file over with no more errors, but I'm...
View ArticleCan you help me about a animation ?
Hey every body, can you help me please, it's about a death of my character, i give him this code : void OnCollisionEnter2D (Collision2D Finish) { if(Finish.gameObject.tag == "Obstacle" ) {...
View ArticleGraphic artefacts when using GrabPass with custom camera Rect (Aspect Ratio...
Hi, I am currently observing graphical artefacts when using a shader with GrabPass in conjonction with an aspect ratio enforcer for my main camera... First of all the AspectRatioEnforcer script,...
View ArticleHELP PLEASE!
What is the problem? Error:CS8025:Parsing error using UnityEngine; using System.Collections; public class Toplama : MonoBehaviour { // Use this for initialization void Start () { } // Update is called...
View ArticleScreen.SetResolution no work -Java-
Function ScreenRes () { Screen.SetResolution (500, 500, false, 30); } So I'm using ui for menu and options, loading levels and stuff works fine but I can't seem to get The Resolution, I tried multiple...
View ArticleScript Error
It´s my first project and I can´t test it cos a few error: 1# Assets/Scripts/FirstPerson.cs(28,1): error CS8025: Parsing error 2# Assets/Scripts/FirstPerson.cs(14,9): error CS1519: Unexpected symbol...
View ArticleHow to unfreeze a Script in a unity5 Scene?
So i have Scene1 and Scene2 and SceneGame.I put a timmer on Scene1 that after 6 seconds it load the next Scene2*in this case is Scene 2*. The same i did with Scene2 . I also made a Pause Menu in...
View ArticleAV Programs getting crazy when running Unity apps.
Hey guys, since i didn't manage to find a solution for this problem yet, i'm asking here again. Each time i build one of my projects in Unity and i want to start the .exe afterwards, my Anti-Virus...
View ArticleHeath regain via Pickup code halp me
So I am trying to develop a pickup script but nothing I do seems to be working. I get a boatload of errors and everything I do to fix it seems to have that close but no cigar thing going for it. the...
View ArticleAny ideas as to why I get these errors?
Errors: 1) Assets/Scripts/TerrainPrefabBrain.cs(64,17): error CS0619: `UnityEngine.Component.renderer' is obsolete: `Property renderer has been deprecated. Use GetComponent() instead....
View ArticleMouseLook Script not working
Errors: GameObject (named 'Main Camera') references runtime script in scene file. Fixing! I don't understand what the error means CS Script: using System; using UnityEngine; using...
View ArticleUnity 5.0.1f1 doesn't detect Windows 8.1 64-bit
In the build and run settings in Unity, the Windows Store and Phone 8 build are both disabled with the warning "You have to use Windows 8 or greater for this build". I have Windows 8.1 with Windows...
View ArticlePlease help/fix my scripting (New to Javascript)
So I've been getting 3 or 4 compiler errors when I attempt to run my game with the script attached. I've tried everything Unity's error system tells me yet essentially I'm just going in scripting...
View ArticleButton Script is missing after load
So I have a game breaking problem. The thing that happens is that I have a level called bootstrap where music and shit gets initialized, and after 10 seconds it changes to the main menu. That is where...
View Article