-
### Describe the bug
Reopening of https://github.com/sboxgame/issues/issues/3323
Sometimes it works, sometimes it doesn't work.
Even with latest version of .NET runtime and SDK.
Hotloa…
-
I have followed your guide in our project, but we are observing that hot loading only occurs the single time you edit a particular file? If you edit different files, they will all reload, but only on …
-
During Saturday's game with @obvious & @Arlith we ran across the dilemma of there not being any way to randomize the skillls or configure the units for rapid fire MGs and hotloading when reinforcing f…
-
Lang tables has to be reinitialized after hotloading
Alf21 updated
2 years ago
-
Having a proper serialization system would help a bunch in stabilizing hotloading, which in turn would make the game development process much nicer. Something like [MessagePack](http://msgpack.org/) w…
-
**Describe the bug**
When looking in the panels view in the editor, the gamemode's hud shows up as expected. However, once the hud has been reinstantiated (ie, the original is deleted) nothing appear…
-
**Example 1:**
Put this script in game.js, attach it as a ScriptComponent to an object:
let filename = "game";
if (typeof (module) == 'undefined') {
require('bootstrap')(filena…
-
Right now we do all our shader compiling through vfxcompile.exe. It would be great if this was all done through resourcecompiler to help streamline things.
Here's a few considerations we need to ma…
xezno updated
2 months ago
-
### Describe the bug
I'm just going to describe the issue in the reproduction steps. However, this problem causes two issues
1. It is unable to find the stylesheet
2. Hotloading for said UI panel i…
-
[As discussed by Garry in this github discussions thread](https://github.com/Facepunch/sbox-issues/discussions/2438). After changing to the new addon system many of the issues revolving around hotload…