Yusuke Nakada
Yusuke Nakada
I installed Arch using [Nuget for Unity](https://github.com/GlitchEnzo/NuGetForUnity), but I cannot use the event functionality because it is via a dll. Those codes are wrapped in `#if EVENTS`, but since the...
Allows `[DisableInEditMode]` and `[DisableInPlayMode]` to be added to a class. This makes it easy to create components that can be edited only in EditMode.
Checking for PRs with remaining bugs will be automated with Github Actions. To do this, in addition to building a Github Actions workflow, we need to add some tests for...
Add checks and exceptions for Add/Remove/Get/Set related to #174. This PR will change it to throw `InvalidOperationException` if you specify a component type that does not exist. It is recommended...
Like `System.TimeProvider`, `FrameProvider` is very useful as an abstraction layer on its own. By separating it into a separate package, we can use FrameProvider without depending on R3.
I manage article file names like 0.foo.md and 1.bar.md, and use the `removePrefixAfterOrdering` option to exclude them from display. At the same time, I also use VitePress's `rewrites` to remove...