Unity Case opener Help

Hello, I want to make a case simulator, but I could not do the item system, so when the safe is opened, it needs to give random items. How can I do it?
6741043--776845--upload_2021-1-19_19-3-0.png

Make a List of objects to be presented and access them by a random number generated by Random.Range(0, theList.Count);

Start with learn section and the tutorials there. After you have gone through those and started, you can as specific questions in the proper forums. Closed.

1 Like