skip 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 Article