Questions tagged [scene]

'scene' can refer to various things. Please combine this tag with other tags to put your question into perspective.

The Scene class is the container for all content in a scene graph.

Within Scenes represent game levels and screens, which are loaded one at a time according to the game mechanics. The scene is a key element in Unity editor and contains the , assets and other game elements.

908 questions
-2
votes
1 answer

Is there a way turtle-graphics lets us change the fill color?

I want to make a scenery with this code of fractals, and I need the fill color to change every second. I've tried a for-loop to redraw the whole thing, but that interferes with the other parts of my code that shouldn't be repeatedIs there a way…
Ann Zen
  • 17,892
  • 6
  • 20
  • 39
-2
votes
1 answer

unity, LoadSceneMode.Additive mode not working in window build

I want to show TWO Scene simultaneously in my application. EDITOR has not any problem. working good. but if I build for window application show just one scene, how to fix it?
-2
votes
1 answer

How to have th enter key repeat the action of a click of a button?

I have a button that you can click that will do certain things, now I want the same actions however also when the enter button is pressed on the button(using the tab keys to get there and the enter key to press). This is essentially to create mouse…
user1483652
  • 719
  • 1
  • 9
  • 16
-2
votes
2 answers

How to display text in a scene?

My problem is: I play a game , and I want that if you lose , inmediately in the top of the screen must appear a text with "Record: X" , I don't want change scene or something, no, I want only put a text in the top of screen in the same scene, like…
Rf Mvs
  • 156
  • 10
-2
votes
1 answer

How to recognize when user has input information in an android app?

For example, the user is inputting information about himself in application A, and he returns to the home UI before he finished inputting. How do I recognize a situation described above in application A. Can I add some code in android source code?
-2
votes
1 answer

Using API of Philips Hue Activate/Deactivate Scene created via Philips Hue App

I tried many solutions but don't get the accurate solution. Tried following API details http://www.developers.meethue.com/documentation/java-sdk-getting-started#usingScenes http://www.developers.meethue.com/documentation/scenes-api (Login…
Hitesh Patel
  • 2,798
  • 2
  • 30
  • 62
-3
votes
1 answer

Maps/Battles system in Unity using Mirror (Dofus-like)

I've been thinking at the best way to implement a system of "maps" (like DOFUS) using Mirror (see https://www.youtube.com/watch?v=PvfohUbfp90&t=2s if someone wants to see a better insight on what I'm talking about, just the first 30/40 seconds) Each…
Jihaysse
  • 25
  • 7
-4
votes
1 answer

How do I spawn enemy ai in the scene without lags on Unity3d?

I have a problem . The game scenes lags . When I use this script for spawning the frames on low. It's not running 60fps . Another thing the enemy ai's stop spawning in the scene. I need help here is my code : public class EnemiesSpawner :…
1 2 3
60
61