Hey, so I have a problem that is really confusing me and I am not sure what's up. My custom resource of "CityDefinition" seem to magically stop getting that script attached to themselves? I assign them to an exported array property and if I do only that and nothing more they get the correct class. But the second I try to use the node with the exported property, they become just basic Resource objects. It's even enough if I take the node and just assign it to a variable the issue will occur, I don't even need to call on a method on it.
I've done the exact same with some other constructs like buildings and there it worked just fine?
Anyone else experienced anything like this and know what could be the cause? I couldn't find anything fitting in the github issues. Not getting any error messages in the editor or in the terminal. Running 4.2.2 on Linux if that matters.