Skip to main content

Questions tagged [async]

0 votes
0 answers
55 views

Question: In Unity, I have multiple additive scenes, each with its own camera and Canvas. The Canvases are set to Screen Space - Overlay and use their respective scene cameras. All Canvases are on the ...
Oozeer's user avatar
  • 101
1 vote
0 answers
252 views

I am trying to halt my level scenes from fully loading until I press a button to start the level but for some odd reason when I call LoadSceneAsync on my Additive ...
mtg's user avatar
  • 23
1 vote
0 answers
199 views

Unity has an Asynchronous Upload Pipeline which can upload qualifying textures and meshes to the GPU asynchronously over several frames, rather than uploading in one frame and stalling the main thread....
Kevin's user avatar
  • 6,946
1 vote
0 answers
834 views

I am loading scenes async using addressables like so ...
complex problem's user avatar
0 votes
0 answers
83 views

I have a slow proc gen function that runs when a user changes any parameters. If a parameter is changed before it has completed, I want it to cancel the task and start a new one. Currently I have it ...
arcadeperfect's user avatar
0 votes
0 answers
1k views

first of all im not using unity. it's a Signalr .Net Backend Program that runs turn-based multiplayer games. I use c# async methods to make multiplayer scenarios. for example, the player has 10 ...
virtouso's user avatar
  • 2,680
1 vote
1 answer
279 views

i have an async loading scene system that redirects to a loading scene and then to the target scene. The function works properly although i found out that some UI elements dont work directly on scene ...
stratos la's user avatar
3 votes
2 answers
5k views

Preload scene in unity - this question tells us about how we can pre-load a scene in Unity and load it on demand. What it doesn't tell us - how do we pre-load multiple scenes at the same time and also ...
Candid Moon _Max_'s user avatar

15 30 50 per page