ZeroUltra

Results 10 issues of ZeroUltra

When I Use Expandable In ScriptableWizard, Found that the names overlapped, Normally, multiple variable names should not appear ![image](https://user-images.githubusercontent.com/38253805/174260774-68d9ec82-53d5-4270-896d-c5f0134f5fb4.png) ![image](https://user-images.githubusercontent.com/38253805/174260825-fb1f9417-fa4c-4ff3-ba93-d752d91557d4.png)

"**BoxGroup**" and "**Foldout**" Modify it like this [https://github.com/PixeyeHQ/InspectorFoldoutGroup](https://github.com/PixeyeHQ/InspectorFoldoutGroup) then,we can Write less code

一个文件多个Sheet 能不能添加一个设置选项. 1是现在的情况所有sheet在同一个json中:{ SheetName: { SheetOBject } } 2是每个sheet单独导出一个json 😘

如题,在使用query查询: var rows = MiniExcel.Query(excelPath, excelType: ExcelType.XLSX).ToList(); excel表格第一行会定义列名,第二行可能会添加一个列名说明,但是说明这行在读取的时候应该要忽略

比如这个通用规范汉字表 https://github.com/iDvel/The-Table-of-General-Standard-Chinese-Characters/blob/master/1-8105%E7%BA%AF%E6%B1%89%E5%AD%97%EF%BC%88%E6%8C%89%E9%A1%BA%E5%BA%8F%E6%8E%92%E5%88%97%EF%BC%89.txt 当然上面链接虽然8105个汉字也是有缺失的,后续可以慢慢补充

This is my personal stupid opinion, if support UI, can you support SpriteRenderer?

[ET](https://github.com/egametang/ET) [iogame](https://gitee.com/iohao/iogame) [gdnet](https://gitee.com/leng_yue/GameDesigner)

![222](https://github.com/user-attachments/assets/18e79999-2c30-4323-8697-841dd0283e57) in vs code, This will not happen

[List en-us](https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.list-1.trimexcess?view=net-8.0&redirectedfrom=MSDN#System_Collections_Generic_List_1_TrimExcess) [List zh-cn](https://learn.microsoft.com/zh-cn/dotnet/api/system.collections.generic.list-1.trimexcess?view=net-8.0&redirectedfrom=MSDN#System_Collections_Generic_List_1_TrimExcess) To reset a [List](https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.list-1?view=net-8.0) to its initial state, call the [Clear](https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.list-1.clear?view=net-8.0) method before calling the [TrimExcess](https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.list-1.trimexcess?view=net-8.0) method. Trimming an empty [List](https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.list-1?view=net-8.0) sets the capacity of the...

doc-bug
untriaged
Pri3
area-System.Collections