#Ghost [WriteOnly]
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
I am getting an error thrown from burst which says I am reading from a hashmap declared as WriteOnly. The thing is, this is my declaration of that hashmap:
public NativeHashMap<int2, VectorWeightPair> quantizedPoints;
It's like burst is not recompiling or something even with synchronous compilation on. What do I do?
this error is misleading, it's basically what is thrown on 'default'
it happens when the hashmap is hidden from safety
within another native container
on an entity component
behind a pointer etc
oh okay