#All graphics are client side
1 messages · Page 1 of 1 (latest)
All graphics are loaded client-side on every single thing you do on your devices. Did you mean something else by your question?
That answers my question, because some games load almost all graphics server side. I was just wondering how it would work
No, that’s not how that works. Graphics are always rendered on the client. They might have graphic assets that are stored on the server and available to be downloaded to render on the client as needed, but that’s generally bad practice.