Reading 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 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 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 Articlewhy my rigidbody ball either stops or bounces up when going from one surface...
I have a ball (the standard sphere in unity) with a rigidbody attached. I have two meshes with flat surfaces that are vertex snapped so i know they're lined up perfectly (I zoomed in as far as i could...
View Articlehow can I make a skip button in a story telling in fungus using unity5?
hi! me and my colleague is making a 3D quiz game and it has a story telling. but we cant create a skip button for the prospect users use such button if they got bored on the story telling. I hope you...
View ArticleHow to skip already imported textures on AssetPostprocessor change?
Once in a while, I want to adapt my AssetPostprocessor for textures, so it automates the process of importing textures in new folders. I use the GetVersion method and increase the version by one when...
View Article2D Sprite Frame Skipping after upgrade to 5.6.1f1
On frame 8 it blanks for a few frames. I slowed the Speed to 0.2 so I could count. When normal speed it looks like a 1900s film with frames going to blank. The sprite becomes invisible. I have deleted...
View ArticleAnimation and FPS
Hey, I've been testing my game on lower end computers and at low FPS (-30) not all frames of the animations are visible, sometime the character's sword is not visible during a swing attack and also...
View ArticleHow do I tell another script to skip its routine for one frame?
I'm simulating gravity in space using Newton's law of gravitation. How I'm going about it is by making a script `Gravity` that has a static list of `Gravity` classes that consists of all the objects...
View ArticleUnity surprisingly skips methods
As in title - when I start game, it skips all of SprawdzaPrawo and SprawdzaLewo. Why? And how fix it? [My code][1] [1]: https://paste.ofcode.org/rAW3UWJpUQ4RAysuMUx7Hz
View ArticleSkip the video to a certain frame after I press the button to start the video?
Hi there, I wish to create a videoplayer and it only plays when I press a certain button. When it starts to play, it can automatically jump to the frame I specified. I can make the video jump to the...
View ArticleHow can I make a skip button in a storytelling in fungus?
Hi, my game has storytelling at the beginning of the game only, but I cannot create a skip button for the users to use such a button if they got bored with the storytelling. I hope anyone helps me out....
View Articlewhy does my current code line consist next line of code information
I have two script code as givien below **Main Problem :)** The main problem is that if my gameobject(i mean pycs[] in code) is destroyed why does my code carrys next pycs[*(int)information*] like this...
View ArticleSkip intro video
Hey, I made a simple scene that starts with a 17-second video. I made a "wait for the second" script for the video to disappear after 17 seconds and it worked perfectly. In addition to the "wait for...
View ArticleWhy are some of my methods being skipped?
I am creating a dialogue system that continues the dialog every time a key is pressed. However, when it comes to dialogue that involves choices, only the first choice dialogue plays. Both choice...
View ArticleVideo ads are skipped when minimizing and expanding the game on Android
Hi, I am using Unity Ads. If you start playing video ads on an Android device, minimize the game (by pressing the Home button) and expand it back (by pressing the application icon), then the ad...
View Article