Laicasaane
Laicasaane
Could you please make a Rect tool equivalent? Or do you have any idea of how to make it? I really need some guidelines. Truthfully, I just don't know how...
As for Unity 2018 there is a `Packages` folder which is used by the Unity Package Manager and this folder is located at the project root. Currently there is no...
The current presentation is hard to read when the constraint list is large. I think having an option to break down this list into multiple lines would be great. ...
I mainly use the default syntax highlighting function of VS, but I also want to use Codist's function sometimes. However it is very troublesome to re-config Codist theme to follow...
## Bug report #### Bug category - [x] Importer: issues related to the importer behaviours or UI. - [ ] ODIN: issues related to the Odin integration. - [ ]...
I've run some tests and `TMP_Text.SetCharArray` allocates too much. **Environment:** - Unity 2021.3.5f1 - API level: .NET Standard 2.1 - Use Incremental GC: on - TextMeshPro 3.0.6 - CPU: Intel(R)...
As we can see in these images, the methods are shown in a very clustered style thus hard to comprehend at first glance.   I propose to separate the...
Please make this package UPM compatible. There is a PR for this https://github.com/truongnguyentungduy/hierarchy-2/pull/7 but it's been over a year already and quite out-of-date. Much appreciated.
**Describe the bug** Encounter this error when click on a `GenesisSettings` asset ``` ReflectionTypeLoadException: Exception of type 'System.Reflection.ReflectionTypeLoadException' was thrown. System.Reflection.Assembly.GetTypes () (at :0) Genesis.Shared.ReflectionTools.GetAllImplementingInstancesOfInterface[T] () (at /home/runner/work/Genesis/Genesis/Genesis/ExternalApp/Genesis.Shared/Tools/ReflectionTools.cs:319) JCMG.Genesis.Editor.Inspectors.GenesisSettingsInspector..cctor ()...