Forum Games How to delete certain Objects without an defined attribute?

Discussion relating to game development with Unity

How to delete certain Objects without an defined attribute?

Postby jyk » May 9th, 2017, 3:55 am

We have difficulty in deleting Objects in BigDB. For example, some Objects have an attribute called "time" which is defined by ourselves while others not. How can we select certain Objects without "time" and then delete them all?
jyk
Paid Member
 
Posts: 25
Joined: October 10th, 2016, 7:27 am

Re: How to delete certain Objects without an defined attribu

Postby Henrik » May 10th, 2017, 5:42 am

Hey jyk,

This is actually not possible using BigDB indexes, only objects with certain properties appear in indexes and can be targeted by a range delete or similar.

How many objects are in the table?
Henrik
.IO
 
Posts: 1880
Joined: January 4th, 2010, 1:53 pm


Return to Games