doonv / bevy_dev_console

Source-inspired developer console plugin for the Bevy game engine.
Apache License 2.0
112 stars 10 forks source link

Lists/Vectors #10

Open doonv opened 8 months ago

doonv commented 8 months ago

What problem does this solve or what need does it fill?

There are no lists/vectors in the built-in parser. And no way to access vectors in reflection contexts.

What solution would you like?

Add Lists/Vectors.