Scott Lin
Scott Lin
Thanks for the quick response and details. You're right, that check isn't quite enough for my particular case. To explain my scenario in more detail, I'd like to take action...
It looks like `ShadowRenderer` identifies the relevant [shadow/hull vertices](https://github.com/discosultan/penumbra/blob/4b85d2548732750319d5cbaa913c687d483f9955/Source/Graphics/Renderers/ShadowRenderer.cs#L208-L211) to pass along to `PenumbraShadow` effect to [cast shadows](https://github.com/discosultan/penumbra/blob/4b85d2548732750319d5cbaa913c687d483f9955/Source/Graphics/Renderers/ShadowRenderer.cs#L87) / [illuminate hulls](https://github.com/discosultan/penumbra/blob/4b85d2548732750319d5cbaa913c687d483f9955/Source/Graphics/Renderers/ShadowRenderer.cs#L113). Hopefully this summary is accurate. Unfortunately, I'm not a...
Yes, we can tolerate the noise. Thanks for confirming the fix is on the way. Is there a way we can be notified when the fix is deployed?
Echoing the intent of this request, I'd love the prefab list to be readable as well, so I don't have to keep a duplicate copy of the data in sync...
> Add Netcode as a package through github, and change the NetworkPrefab class from internal to public I'd rather the change be official, so I don't have to manage a...
I ran into this issue as well today. I was able to workaround / fix my specific issue by removing all unnecessary assembly bindings in app.config. After doing this, my...
I was using jilleJr for json in an old Unity project (year or so ago), and I've come back to the project recently. I was interested in updating the project's...
Very sad news. 😢 Unity requires Editor `2020.3+` for using their [multiplayer Netcode](https://docs-multiplayer.unity3d.com/docs/tutorials/helloworld/helloworldintro/index.html) solutions, so I'm in a hard spot. From what I can tell, Unity's built in JSON utilities...
@xgbuils, are you still working on this PR? I'm also interested in using npm-install-version, but would like the vulnerabilities fixed.
Thanks for the alternative suggestion! I was looking for one, but wasn't having success.