tatoie dardmeladze
tatoie dardmeladze
Explore posts from servers
CC#
Created by tatoie dardmeladze on 5/8/2024 in #help
✅ arrays addition
ohh it might work I amma let you know
10 replies
CC#
Created by tatoie dardmeladze on 5/8/2024 in #help
✅ arrays addition
okay so in dictionary there is a phone and yea digits is string like "23" and then phone[digits[k]] is the which key to acces this is a key of chars array from up in dictionary so from this you getting z th element but problem is when I try to grab those I ca do it without any strugle but problem is that I simply cannot add those two to each other
10 replies
CC#
Created by tatoie dardmeladze on 5/8/2024 in #help
✅ arrays addition
Cannot apply indexing with [] to an expression of type 'char'
10 replies
CC#
Created by rahkeio on 5/8/2024 in #help
addition problem
if you did not get it you can try to watch bor code getters and setter it preatty much nails it
41 replies
CC#
Created by O. on 5/8/2024 in #help
Video game dev bug
and also make sure instead of Inventory.Instance() you type inventory.Instance cuz when I made innstance I used lower case also make sure to seek help from other since I gave you probably wrong answer idk you can check it tho and the code I have just send you can use in ontriggerEnter2D
29 replies
CC#
Created by O. on 5/8/2024 in #help
Video game dev bug
to create instance of inventory you can use
Inventory inventory = new Inventory();
Inventory inventory = new Inventory();
at leas in c # coding to create instance of class you need to do that idk if that corrects for game development but try it . I am also beginner
29 replies