I have created a Unity game that I would like to add to my Next.js website. Currently I know that I can export the Unity game with WebGL but I have a few questions.
Where would I host the game files? My website is currently deployed with cloud-flare so would I upload my game files to cloud-flare or should I use a third party service such as itch.io?
And how exactly would I then embed my unity game into my next.js website?
I know it’s a lot of questions, I am fairly new to this and I really would appreciate any help at all.
Thank you for your time!
I just want to find out how to add a unity game into next.js website.