The extractors I’m using in my camera to find the PC keep automatically defaulting to extracting the XY from random floor blocks?? Every time I try to change them they automatically change right back. Did I connect something wrong???
2 Likes
I don’t think extracting things from other objects works…
2 Likes
If you are extracting from a specific block, the Behavior will loose its properties when that block isn’t on the Level.
Leading to this case you mentioning.
Usually its best to make the desired object extract its own xy and set those to globals or messages.
That way any object can read those values, and it doesnt reset back.
4 Likes
just changed every extractor to a global rule and it completely fixed it! (and saved me a TON of time fixing it over and over every time i accidentally took the pc out ) Thank you!!
5 Likes