Is there a way to preload a unity game using nextjs? #504
Unanswered
af-arturoramirez
asked this question in
Help Wanted!
Replies: 1 comment
-
I'm working on implementing this in my NextJS 14 (app router) project. Did you ever get it working? In theory having the game component in the layout should preserve it across navigations:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Im trying to build a nextjs project with an unity game, there are some pages (/welcome page , /tutorial page and /information page) that the user will go before going to the game, so I want to preload the game component and have it ready when the user goes to the game page (/game).
I tried to add the game with a display none to the nextjs layout but every time I navigate to another page the game gets reloaded.
I was think is to have a SPA where I will show all the pages on the same url, but I just want to double check there is a another way to achieve this.
Beta Was this translation helpful? Give feedback.
All reactions