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

Comments by Mae Spencer (Top 3 by date)

Mae Spencer 29-Oct-22 13:42pm View    
I am creating something for VRChat and VRChat doesn't allow custom scripts. But they do allow people to use their own compiler. But it isn't compatible with Lists or Linq at the moment
Mae Spencer 28-Oct-22 20:38pm View    
Its 100% possibly to change the stuff I've already written but this won't compile for the game I'm making it for if the code contains Lists or Linq in anyway. I originally wrote it with Linq and lists but later learned they are completely incompatible with the game. So I am forced to do it without. Please lmk how I would go about this?
Mae Spencer 28-Oct-22 14:40pm View    
I need to use Arrays since Lists are not compatible with the program I am making this for.