Questions tagged [browser]
For questions about development of games to be played in an Internet browser.
28 questions
0
votes
1
answer
104
views
Chat/private messages in online browser game and SPAM
I have an online browser game that I am working on in my free time with a couple thousand players total. I want to implement either a private messaging system or some chat so that players will be able ...
0
votes
3
answers
733
views
OVR Lip Sync in Unity WebGL project
I am using the Oculus VR (OVR) Lip Sync Plugin for an avatar in a Unity project which I want to deploy to a browser using WebGL.
The issue is that WebGL doesn't support Unity's ...
0
votes
0
answers
134
views
Export Blender models and (procedural) material to Browser?
Given that Verge3d cannot support Volume input, or volumetric shader property in the material output node. Using WebGl 2, and possibly 3.js, is it possible for me to export my blender models and their ...
0
votes
0
answers
61
views
How do i get this web app to use the up joystick button as an input
There is this reaction time test app that calculates the reaction time from the time you press a button, it works with the joystick buttons except for the directional buttons, this is the app:
https://...
3
votes
0
answers
173
views
Backend architecture for multiplayer browser text game with a short gameloop
This is my first foray into game-dev and I only have webapp experience professionally. I'm creating a browser game in nodejs/react. It is mostly text-based, so no intensive graphics (think chess.com ...
0
votes
0
answers
66
views
In Godot browser game, is it possible to let the player download a file?
I have a Godot game exported to the browser. I want to let the player export some data and let it save the data as a file on their PC, as if they were downloading a file from the Web. Is it possible ...
0
votes
0
answers
166
views
My Unity game's timers are messed up when it's played in the browser, and the tab/page is out of focus?
I've made some timer classes, which just basically:
hold an elapsed time value,
and when they are updated, Time.deltaTime is added,
and their update is called in MonoBehaviours' Updates.
And an issue ...
1
vote
0
answers
320
views
Why would running WebGL app in Edge improve performance in Firefox?
I have a WebGL app (built using Unity 2019) which I'm testing locally in Firefox and Edge. If the app is only running in a tab in Firefox, it runs at 25 - 50 fps and has noticeable stutter. If I run ...
2
votes
3
answers
355
views
Testing Multiplayer Browser Game on Single Computer
I am writing a multiplay browser based game and am running into an issue with playtesting simple interactions. When a browser window loses focus is stops running requestAnimationFrame calls. This ...
0
votes
0
answers
60
views
Approach in implementing the web browser game
Im Phil and try to figoure out the best approach for my app.
I was searching Stack for my question but I didnt find a completely answer.
Assumptions:
It will be multiple user who can see in real time ...
1
vote
1
answer
314
views
How do I make sure everyone sees the same distance across different resolutions?
Hello game dev community. I have recently got into making games in a browser window, and me and a friend ran into a common problem. Let's say I have a game like diep.io, where users can control their ...
-1
votes
3
answers
349
views
Testing a website in Steam overlay webbrowser
How do I test my website in Steam overlay webbrowser without running a game?
1
vote
1
answer
138
views
Best approach to develop a mobile version of existing browser mmo game?
our team has developed a MMO browser game (HTML5, Javascript & PHP). The game is similar to Empire GG, Clash of Kings, Game of War etc.
We want to develop a mobile version and the question is ...
1
vote
1
answer
580
views
Designing PHP RPG game: Should I use multiple classes for each type of item or a single table?
I'm making a text-based role playing game written in PHP.
I have a hard time figuring out how to handle items in game - there will be a few types of objects (weapon, machine, tool, building etc) each ...
1
vote
0
answers
489
views
Unity Browser inside UI Panel
What is the best option if I want to show a remote webpage inside a UI Panel in Unity ?
I want to target android and iOs platform.
I had uniWebView in mind but that thing is more like an overlay I ...