I am running the following project:All is good. In Editor I have:
GitHub
GitHub - Small-Fish-Dev/boxfish-example: An example project showcasing the Boxfish library.
An example project showcasing the Boxfish library. - Small-Fish-Dev/boxfish-example
10:26:53 Generic [Startup] WorldGenerator.OnLoad begin (radius=15, maxTrees=61, volume=Boxfish.Library.NetworkedVoxelVolume)
BTW: I'm logging w/ this code:


10:34:04 Generic [Startup] WorldGenerator.OnLoad begin (radius=4, maxTrees=16, volume=null)
Other symptom: I modify the logging code, e.g. I add a "9999" in the string:
Log.Info( $"[Startup] WorldGenerator.OnLoad 9999 begin (radius={WorldRadius}, maxTrees={MaxTrees}, volume={Volume})" ); s&box says that it compiles. But at runtime I don't see those 9999. So somehow, the binary code hasn't been updated.
To solve this, the only way is to close/reopen the s&box editor.
To solve this, the only way is to close/reopen the s&box editor.
