I am unsure if it has been done, but can the CHEST be used to store items? I want the player also to be able to create a chest of different storage sizes and be able to store items in it and retrieve when ever. Can it be done with UIS?
This has been driving me crazy for days, for others who are more visual like me.. this is the console error:
This does fix it. Thanks!
Line 299 for me:
if(m_GridFilters == null || m_GridFilters == this){ continue; }
Double click that error and open the visual editor to fix.
Hello, I am sorta new, can someone please point me to where I can create different characters that a user can select? I know how to create the characters for PUN. I want the user to select male or female characters.
Thank you for your time!
Hello, I have been trying to find a way I can sync audio. I have a song playing and I need it to be synced when a new player joins. Right now the song starts to play from start for players joining. Any help would be appreciated. Thanks