G
G
gotoxy2019-04-01 10:27:27
C++ / C#
gotoxy, 2019-04-01 10:27:27

Resources subfolders in unity?

How to get list of subfolders of Resources folder in unity?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Denis Gaydak, 2019-04-01
@MrMureno

in the editor, if - then at least a simple access to the file system. directory and content.
if in runtime, then it is assumed that you know where and what you put. this folder (more precisely, folders, since it is not necessarily the only one) - is assembled (built during compilation) and you use the resources from it by specifying the exact path (well, or the first suitable one, pulling it out, etc., but the essence does not change)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question