badandbest

Results 13 issues of 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....

feature request

### 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...

bug

### 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...

bug

### 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...

bug

### For? Other ### What can't you do? No access to the cookie container in ActionGraph. ![image](https://github.com/user-attachments/assets/2ae06e7a-e894-4e24-a782-815f35c90b9e) ### How would you like it to work? In C# it's `Cookie.Get( "cookie",...

feature request

### 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...

feature request

### 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,...

bug

### 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...

bug

### 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...

feature request

### 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...

feature request