BoysheO
BoysheO
see this benchmark.ZString.Join is more slow and no power in memory? ``` ini BenchmarkDotNet=v0.13.1, OS=Windows 10.0.19043.1766 (21H1/May2021Update) AMD Ryzen 9 5900X, 1 CPU, 24 logical and 12 physical cores .NET...
clone the component in script,and set CompositeToggle value difference,exception reported: ArgumentException: Object of type 'UnityEngine.Object' cannot be converted to type 'UnityEngine.Sprite'. System.RuntimeType.CheckValue (System.Object value, System.Reflection.Binder binder, System.Globalization.CultureInfo culture, System.Reflection.BindingFlags invokeAttr)...
提前滑稽

添加一个寻址规则,效果极好
I'm looking for tools for my game, but this repository seems inactive.It's still alive?
I have not read the code fully,but here is my suggestion: 1. I think the ArrayDictionary should be named SortedList.It should be a big mistake if the ArrayDictionary has same...
* [x] I agree to follow the [Code of Conduct](https://github.com/jgraph/drawio/blob/dev/CODE_OF_CONDUCT.md) that this project adheres to. * [x] I have searched the issue tracker for a feature request that matches the...
I discovered a problem, builder.AddTomlFile(path,false,true); Compared with builder.AddTomlFile(path,false,false); The execution takes an additional 18 seconds and consumes a very large amount of GC. I'm trying to figure out why