Godot Version
v4.2.1
Question
Hi, I’m a complete new beginner. I’m working on a game where you catch falling food and make dishes.
I created custom resource for each food and also each dish, which include their respective packedscene. The dish resource includes an array variable of the food resources.
I want to compare the array of the instantiated food scenes I current caught with the arrays for dish resources to check if a dish can be made.
But I don’t know how to proceed because they seem to be two completely different things to compare with…
I’m starting to doubt that maybe resource is not the way to go?
Thank you so much for reading through my post!