badandbest
badandbest
### For? services.facepunch.com ### What can't you do? My library interacts with a backend where I tie data to players and load that data when a player joins a game....
### Describe the bug Game resources and game object systems load multiple times when you are opening a project. ### To Reproduce 1. Create a GameObjectSystem and GameResource ```c# public...
### Describe the bug When you have two panels with pointer-events: all, the panel with the LOWEST z-index gets rendered on top, but the panel with the HIGHEST z-index gets...
### Describe the bug The Aim Matrix is a 3x4 matrix, S&box divides the poses to fit within `-45°` and `45°`. I have recreated how the Aim Matrix divides these...
### For? Other ### What can't you do? No access to the cookie container in ActionGraph.  ### How would you like it to work? In C# it's `Cookie.Get( "cookie",...
### For? S&Box ### What can't you do? Cloud.Material and Cloud.Model are very convenient but not always what I want. Previously I asked for Cloud.Texture https://github.com/Facepunch/sbox-issues/issues/5420, but that was before...
### Describe the bug `FileSystem.Mounted` ignores files from libraries. This is really bad because it breaks every feature that relies on it. ### To Reproduce 1. In the Code folder,...
### Describe the bug I want to load https://sbox.game/sbux/icon from sbox.game for my editor UI. It is able to get the image fine in the game project, but fails in...
### For? S&Box ### What can't you do? I need the to get the ident of published GameResources from in-game so that my library's backend is able to get the...
### For? Web ### What can't you do? The most important methods ( OnUpdate, OnStart, OnAwake, etc ) are all protected and don't show up. https://sbox.game/api/Sandbox.Component ### How would you...