button pressed twice / Conversation text skip
Hey guys, I've got a really stupid problem...looked up the scripting reference & unity boards but didn't find a answer yet. I'm trying to make a conversation between the player and a NPC (like in...
View ArticleUnity skips when spawning Prefabs
Does anyone know why Unity skips a few frames when it loads certain prefabs? The Prefabs in question are models I made myself ranging from 189Kb to 245kb.
View Articleskipping lives!
hey guys, im making a game and my lives are going 5, 4 ,2, 1, so it skips 3 its strainge please help, here are what is prpbably inportant (btwmy health script is called HealthControl2 :var health1 :...
View ArticleReading a specific line from a file.
I'm working in Javascript. I need to read a specific portion of a file and I don't want to waste time reading the entire file to an array and then selecting the data I need. I'm using the StreamReader...
View ArticleAudio skipping
I've got a Main Menu setup along with an audio track that loops. For some reason though, when the player clicks on "New Game", the audio starts skipping repeatedly until the game is loaded. Has anybody...
View ArticleHow to force Unity not to skip frames?
Hello there, I have the problem that sometimes, Unity skips some frames, seemingly when its framerate drops too low. In such situations, the frame count I display goes like this: 300, 301, 302, 307,...
View ArticleLoading a www texture makes my game freeze for a second
I'm trying to load a texture via WWW dynamically. I am setting the url variable and then calling the following Coroutine. The code works, but when the texture is set to the www result then the game...
View ArticleWhat can i do about my unity webplayer?
I got unity web player but every game I try to play that is through unity is very slow and skippy but every other game i play is fine, i have tried un-istalling and re-installing unity web player but...
View Articleskip stone in to water
Hi , How can I skip a stone in to water using a force and some angle. Thanks
View ArticleCan we have a proper Skip button when playing Android Movies?
When playing a movie on Android, is there a way to have a skip button while still retaining the timeline control? Unity on iOS has this via a separate "Done" button on the player....
View ArticleUnity License page during installation
Hi there, I'm trying to create a video tutorial series for an educational body on how to use Unity. For one of the videos I want to guide people through the install process, and make sure that people...
View ArticleHow to fast forward time (or just skip it) properly?
Not sure what is exactly going wrong here. I have a world time that runs on update: if (!worldInteractions.worldIsPaused && !worldInteractions.showMainMenu){ worldTime += Time.deltaTime; } and...
View ArticleMathf.Lerp skips numbers
I have a very simple, virtually empty scene, so lagging isn't a reason, but when using Mathf.Lerp as follows: if(Input.GetKeyDown("space")){ grow = true; } if(grow){ size = Mathf.Lerp(40.0, 100.0,...
View ArticleSkipping the configuration screen (when not the developer)
I've got a couple Unity games on my pc that I've added to my Steam library for easy access by controller via Steam Big Picture mode. Having to get off the couch to click the Play button is quite the...
View ArticleDestroyed Object Stops Scipt
Hello, I have a script which is meant to turn off other GameObjects components, however when one of the objects is destroyed the scripts stops working for the other objects. Ex: object1 object2 object3...
View ArticleHow would I have a script either wait on a timer OR for a button press?
Hello, I am currently writing an RPG talk script. Concept is simple enough, you talk to a character, and I'm essentially trying to code in an option to skip their dialogue. Here's a snippit of code: `...
View ArticleHelp with skipping intro
I'm creating a game with an intro, but I want to have the option to skip the intro by pressing a button. I did some searching and found the best format for this would be `if...
View ArticleStatusEffect System - While Loop Being Skipped Over and Cancelled
I am building a spell system. Each character has a "Status" behaviour which holds each possible status effect. Keeping record of all of this is a Dictionary called "ourStatus". The int counts the...
View ArticleGarbage collection is causing stutter in camera movement
I'm making a simple 2d game. Bird flying and some obstacle with liner camera moment following the bird. I'm using arrays and for loop to change the position of the obstacles and backgrounds...
View ArticleUnity Video ads closing when player leaves app.
Hi guys, We have Unity video ads integrated nicely on our mobile game. However, every time a video ad is played in between levels, the player can skip it by leaving the app (home button for iOS, back...
View Article