I have created a tiled map in tiled software and integrated in cocos too. As my game has pathfinding algorithm, I want to add the pathfinder grid in one of my tiled layer as a user node but the node is not visible in the scene but i can see it in the hierarchy.
@Tom_k how would that make the user node visible? Actually the example in the manual is showing the user node but i have followed the same but user-node is not showing up
@rybones Actually, I did not set the parent for the nodes instead I used the tiled layer method addUserNode to add my instantiated prefab node to tiled layer. Then the nodes are added as child automatically. But cannot see them in the scene.