I recently started using the Hot Reload asset for Unity. I would like to continue using it in the Unity editor, but I don t need to include it in game builds. I ve tried opening the Hot Reload window, but it only shows a button for starting Hot Reload, not any settings. So I looked under Project Settings -> Player, but I can t seem to find anything about Hot Reload there. I know that it s being included in my game builds, because I saw it imported during the build, and I know that the asset supports use on device, not just in the editor, but I would prefer to simply leave it out of my builds if possible.
I m trying to make a UI text element appear on button click and then disappear after 5 seconds. However, the text does not appear on button click. Code attached below for reference. Where am I going ...