Taro Omiya
Taro Omiya
[RESEARCH] Look into replacing TranslationManager with Unity's own experimental localization package
Upon further research, the experimental package is much farther along than expected, and addresses all concerns under "Additional Context," such that it supersedes our current localization solution. Converting to this...
Note that technically, this task is mostly complete: I do, however, want to revisit this task again, this time on splitting up the Options menu, especially after re-writing how the...
For some of these Singletons, converting them into a [`SettingsProvider`](https://docs.unity3d.com/2018.3/Documentation/ScriptReference/SettingsProvider.html) might be the best choice.
In theory, this is fixed, but needs verification.
Started creating a new GameSettings package. Thanks to a new package Unity themselves are supplying, Localization is no longer needed, and our own solution should be replaced with it.
In theory, this issue is resolved, but needs verification.
I also have a MacBook Pro (Retina, 15-inch, Mid 2015), and running `cargo run --bin wgpu-examples boids` gives me the same error on tag `wgpu-v22.1.0`. It's keeping me from compiling...