Hello, I recently created a Magic Symbol Recognizer and added it to the asset store.
I was feeling the Black and White nostalgia and wanted to create a magic system similar to their gesture tracking system. Anyway, here’s a thread for support with questions and a place to add feature requests if you are interested.
The project is 100% in blueprints.
Demo
Quick Setup Tutorial
Cropout Example Project Setup Tutprial - New
Currently there is a feature request for multiplayer replication. Would be good to know if players should be able to see the symbol the other player is drawing or not so let me know what you think.
The project should save you a lot of time. It is lightweight, performant, and fairly easy to setup, I have a setup tutorial included. I imagine it would not be too difficult to set up for side scrollers or VR, so if you want to see that, make a request here.
UPDATE The recognizer handles multi-stroke symbols and is template based. You can create and save templates in the example map.
Let me know if you have any questions, need help with something, or have feature requests, just respond to this thread.
Change Log
- 10/20/23 Added multi-stroke capability. You can create more complicated symbols such as ‘+’, language characters, or runes. Also added the basis for the creation of a calculator.
- 12/9/23 Fixed a bug where subsequent multi symbols were saving “on top” of each other. Added separate buttons for single and multi symbols. Improved instructions.