Dorkinator 64 Posted June 16, 2017 GameObjects.all returns duplicate objects like what? http://i.imgur.com/1rBTDd7.png
Abstinence 15 Posted June 16, 2017 Cheaphack to get rid of duplicates until they fix it: Set<GameObject> objects = new HashSet<>(getGameObjects().all()); A set does not allow for duplicates and thus disposes of them
AHappyHippo 3 Posted June 17, 2017 I found an object that had like 100 of these and it was unable to interact with it.
Nuclear Nezz 2105 Posted June 21, 2017 little late, but this is fixed. Shouldn't return duplicates anymore.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.