Questions tagged [multi-scene]
5 questions
8
votes
2 answers
Multi-scene launching of build, as is, from Unity, how?
Multiscene editing in Unity, blessed be it, permits the launching (via Editor Play mode) of the current scenes, in their current hierarchical state.
However, building and running the project doesn't recognise the current scene setup in the editor,…

Confused
- 6,048
- 6
- 34
- 75
3
votes
1 answer
How to switch between Scenes in Multi-scene view?
I'm testing out this new feature of Unity, allowing to have multiple scenes opened at once. I wonder how to load or unload a certain scene without having the main one (which is basicly UI) closed. I couldn't find any tutorials

SDamnation
- 41
- 3
0
votes
1 answer
How to determine the source of unwanted iPadOS external keyboard shortcuts in a multiple window app?
At the time of writing, I’m developing with Xcode 14.2 and iPadOS 16.3.1.
I am updating an existing app to support multiple windows/scenes for iPadOS. The main scene uses UIKit and the child scenes use mainly SwiftUI. I turned my attention to…

Kpalser
- 843
- 7
- 8
0
votes
0 answers
How to do multi-forming from already-coded FXML files in JavaFX?
So I'm creating a project in JavaFX which requires the use of multiple forms, and I decided to create 2 FXML files using SceneBuilder. However, when I need to manipulate the forms using the code, it works for the first form, but produces a…

Richard
- 1
- 2
-1
votes
1 answer
How to call a method in another controller when multiforming with JavaFX?
I want to create a project with two forms, but now there's a problem when I try to call a method in the second controller from the first controller. I've created a minimal reproducible example for simplicity. The two controllers are as…

Richard
- 1
- 2