Skip to main content

Questions tagged [security]

An area concerned with protecting hardware or software against theft or malicious or accidental behavior - often by brought on external parties - that would damage or corrupt the hardware or software.

11 votes
1 answer
4k views

A couple months back, I released a new video game on the web. After getting several good reviews from my friends, I decided that I should demonstrate it at some event. After a bit of negotiating, I ...
Azariah Easey's user avatar
3 votes
2 answers
262 views

I’m looking for a way to distribute my game while providing users with some assurance that it is not malware. My game does not require access to the full filesystem, my game only needs to display ...
Luke 10X's user avatar
  • 145
0 votes
0 answers
736 views

I’ve recently been learning how to prevent or secure my Unity game from being extracted. I used AssetRipper to extract someone else’s game, but it was not able to extract the code. Instead, it gave me ...
Darshan Soni's user avatar
0 votes
1 answer
166 views

I am new to networking. I am currently using C# TCP/UDP for my multiplayer Unity game. I send player movement by sending a packet with a header containing clientid assigned by the server to the client....
EndermanPVP HK's user avatar
0 votes
1 answer
203 views

We plan to add Easy Anti Cheat to our Steam game. One of our managers said that we need to integrate Epic login for EAC to work. Is this true? We couldnt find any mentions of this in Epic EAC docs. (...
Petr's user avatar
  • 103
0 votes
0 answers
37 views

Starting with the fact that my background is non-technical, I have used a keystore with my Unity game build that is for Oculus, Rift, etc. Now I want to verify the authenticity of incoming client ...
SKB_BGPL's user avatar
2 votes
2 answers
1k views

My plan is to make a small game with online leaderboards. Having everything calculated on the server side is an unaffordable task, so I need some other way. My guess is that the best approach is to ...
Tudvari's user avatar
  • 801
1 vote
2 answers
290 views

I'm currently working on the backend to my game, which is an MMO RPG-style game. I have my game client build, game server build, authentication server and player data server set up (albeit, locally ...
AndyPick's user avatar
1 vote
0 answers
231 views

I read this: https://zelda64.dev/games/mm#why-is-majoras-mask-so-far-behind-ocarina-of-time Retail versions of both games are compiled with -O2 -g3. -g3 is a debugging flag that includes far more ...
Jovonne W's user avatar
0 votes
1 answer
134 views

I am using a server model similar to Steam or Minecraft: There are community servers run by players and a hub authentication server that I control. The client player logs into the game and receives ...
James Davis's user avatar
0 votes
1 answer
577 views

I am relatively new to how asset bundle works in Unity. Based on my learning, it seems one uses UnityWebRequest.GetAssetBundle to download an asset from a specified ...
cr001's user avatar
  • 153
1 vote
1 answer
1k views

I am developing a videogame in Unity for mobile devices (Android / IOs) that connects to a server through a TCP connection by socket under TLS1.2. For this reason, my client needs to have the server's ...
coantia's user avatar
  • 57
0 votes
0 answers
27 views

We're making an app in Unity. We're building it for Android and iOS. We also have a server. In order to use our server you need to present our api key for the server. So, we need to store that key in ...
Guye Incognito's user avatar
0 votes
0 answers
214 views

A few years ago, I implemented a basic online leaderboard system in one of my games that sent encrypted score data over the wire. The encryption keys were stored in the game client's binary. Of course,...
Vittorio Romeo's user avatar
0 votes
2 answers
201 views

I'm interested in p2p software distribution, and I'm also directly including a modding interface into my game, which is built on my own custom engine. I was working with a folder inside of the Roaming ...
Axel Carré's user avatar

15 30 50 per page
1
2 3 4 5
8