- Home /
Creating a new list that runs the same code but with a different set of objects.
Hey guys. I made a list that contains the objects that I am getting to interact with each other. When an object is put into that list, it creates a fixed joint between that object and one of the other objects in the list. This makes it so that all objects in the list are frozen relative to each other. However, now I want to make it so that I can have multiple sets of frozen objects (each set composed of objects frozen relative to each other, but each set is not frozen to another set). What is the best way of going about doing this? Thanks.
Share some code and a bit more details, so we can understand better what you want. :)
Your answer

Follow this Question
Related Questions
How to save multiple-sprite sheet parameters? 1 Answer
How do I import multiple sprites and create prefabs of each efficiently? 0 Answers
Setting Game Up for Multiple Platforms 3 Answers
How to add gameobject inside of an array? 0 Answers
Button functions change depending on holding down or tapping Button? 1 Answer