Hello All,
I am currently going through a platformer tutorial and have come across an issue with my code and cannot seem to find a solution. In this example, there is an end flag that once the player touches the flag then it should load to the next level. However, the message of the level name being sent is including brackets around the name. In this example, I am wanting to load level2, but the message being sent over is as [level2]. I don’t know how or where the brackets are being added to this message. Attached are screenshots for additional info:
Best,
James