Click here to Skip to main content
15,888,527 members

Comments by pay pal 2022 (Top 3 by date)

pay pal 2022 24-Apr-22 4:13am View    
Solved it by making the gameobject active 😅
pay pal 2022 23-Apr-22 13:31pm View    
Deleted
I have to add something! In Visual Studio Code it doesn't even call the function. It says 0 refferences. At SendBitcoin() in the BitcoinController. Do I call it wrong?
pay pal 2022 23-Apr-22 13:28pm View    
Thank you! Instance should be 'this'. (set in the awake function of the BitcoinController MonoBehaviour). How do I set BitcoinController to something? Isnt that set in 'public static BitcoinController Instance'? Or am I completely wrong?