Tyler Temp
Tyler Temp
html string: ```html 1 2 3 4 5 a b c ``` outputs: ```html 1 2 3 4 5 abc ``` expected outputs: ```html 1 2 3 4 5 a...
When build on windows I got: ``` Build completed with a result of 'Failed' in 6 seconds (6210 ms) UnityEditor.dll assembly is referenced by user code, but this is not...
This PR is created to resolve the dependency issue when DOTween is an optional dependence of a package. Because [DOTween is not a package](https://github.com/Demigiant/dotween/issues/251), a standard package can not directly...
催了两年了
e.g. ```csharp [LayoutGroup("Root")] public string root1; public string root2; [LayoutGroup("./Sub")] # equals "Root/Sub" public string sub1; public string sub2; [LayoutEnd(".")] # equals "Root/Sub" public string root3; // this should still...
### Discussed in https://github.com/TylerTemp/SaintsField/discussions/207 Originally posted by **dragon122** April 17, 2025 https://github.com/RoyTheunissen/Scene-View-Picker Surprisingly helpful feature, would be cool to see something like this as part of SF
Sometimes a component(MonoBehavior) just has way too many fields. A thing might be help if I can search/filter out. e.g. ```csharp [FieldSearch] public class MyMono: MonoBehavior { // many many...
`PYTHON_BUILD_MIRROR_URL="https://my-custom-site" asdf install python 3.13.2` does not work. [pyenv](https://github.com/pyenv/pyenv/issues/18) has this feature and is very useful