- Home /
Object field select menu can't find resources
Hi Unity people,
I'm having a small issue that is slowing me down. Usually when one has an object field in the inspector and wishes to assign a prefab to it, you simply click on it and a list appears. For example here is the menu to select an audio clip working:
However, if I attempt to select an "item", which is a custom MonoBehaviour, the corresponding menu is empty:
As you can see on the left, there are plenty of items in the resources/items folder, which can be assigned to the item slot by dragging-and-dropping, but they do not show up in the "select item" menu in the middle.
Has anyone come across this problem before? Thanks for any help!
Your answer
Follow this Question
Related Questions
About to gut my use of the Resources folder. What are the best practices going forward? 1 Answer
What does Unity actually do when Loading Resources that already exist? 0 Answers
Decreasing project size by eliminating prefabs and creating everything from code 3 Answers
Resources.loadall not loading prefabs at runtime. 1 Answer
how Load Prefabs after build 0 Answers