Hello, this is more of a feature request than anything. Beforehand, i want to say your asset is great to create and implement dialogues in-game.
However, i noticed that the asset has 2D-3D games in mind with the way the asset is designed. I tried the asset with a simpler Text Based Adventure game and it was more complicated that it should, and even then, it behaved weirdly (i.e., the dialogue box fastforwading everything all of the sudden when clicking to make the dialogue appear if using the New Input System, the choices not appearing despite appearing on the sample scene), without making any change to the code (just one change, actually: i replaced all references of Text to TextMeshPro).
I'm not sure if there is a way to make a simpler text based game with this asset instead of a platformer like the asset seems to be designed for, if not, i want to make that request, since i see this asset has a lot of potential.
Thank you for your time.
Details: Unity 2021.3.16, using TextMeshPro and the New Input System.