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