Shadowblitz16

Results 271 comments of Shadowblitz16

@UnitySuperEditor looks like 2021 didn't help at all it just made it worse. :( maybe making a issue about it to the unity devs would help

https://github.com/UnitySuperEditor/SuperEditor/issues/43 @UnitySuperEditor Script Inspector 3 and Nice Script Editor all suffer from the lag and character skipping when typing. I think you should find a fix for this or team...

https://discussions.unity.com/t/released-nice-script-editor/932645 https://assetstore.unity.com/packages/tools/visual-scripting/script-inspector-3-3535#reviews

@jonbonazza The issue is I would like to be able to create my own generic classes and this is a good way to do it

so what about generic pool_arrays? I think all collections should support generics. even dictionary... ``` var dict := Dictionary() ``` the main issue is not just lack of generics but...

@jonbonazza I know gdscript will never be a statically typed language but having the option is a good thing static typing ensures that your accessing the right data and allows...

I just want to mention if this gets added I REALLY think it should be with instead of ()

@Naros I mean the latter, the idea is that the node would have a target not property and would inherit the type of that target node. It would support exporting...

I would like this too. Infact avalonia is open source, you should ask if you make make avalon dock and avalon edit official avalonia controls.

> It's technically doable. > > My concern is that if we store the sort order as part of the Orchestration resource and two users differ on what they prefer...