Hi everyone, I have a question related to Paper2D.
I want to create a map dynamically, based on the pictures in a folder in my computer, and read them in a loop, I want to use c++ to do this, but I can’t find any information about Paper2D Map in c++.
I created the UPaperTileMap class manually, and I can’t figure out how to associate a grid with a picture.
Is there any c++ example for this?