
When I start the game I place tower that is set at cost of 75 but it withdraws 150.
Hi!
Check the inspector and see if you changed the cost of the tower, if not, add a debug line in your CreateTower
method and Withdraw
method, see how many times they are called, if they are called multiple times then your issue is on the script that calls the CreateTower
method.
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.