- Home /
help with small problem,Question about adding
good day i am new to unity however i am trying to create a food menu app where different scenes would have a food item as well as a calorie count. to the bottom of the calorie which would be represented by text it would have a button named add to calorie counter. I want so that when the user presses add , the amount shown above the button would be added to a different scene named (total calories). ,hi good day i am new to unity3d however i am trying to create a food menu where on each dish (which is on a different scene) there would be a calorie amount and under the calorie amount there would be an add button. When a user presses the add button i want it to take the amount shown above (**the calorie amount)**and add it to a final total (which is on a calorie scene). This would be done for as many foods as the person choose. when this is done it would have a reset button to reset the total amount.
Your answer

Follow this Question
Related Questions
Button OnClick not displaying in inspector 1 Answer
How do you make a switch button? 0 Answers
Unity 5 Horizontal Axis Event Trigger Problem 1 Answer
Button key assignment? 1 Answer
UI button in Panel not clickable 2 Answers