0 votes

I have a folder full of random msh files in res://meshes. How do I get a list of all these meshes? I'm trying to randomly assign one of these meshes to a mesh instance. There are over 800 different meshes so manually assigning them is out of the question.

in Engine by (173 points)

1 Answer

+1 vote
Best answer

Use Directory class to get a list of files in res://meshes. Then load random one.
Docs

by (373 points)
selected by

I though this was limited to stuff outside of the resource folder, thanks!

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.