Unity 3d has broken the order of files in the project

Asked 1 years ago, Updated 1 years ago, 69 views

In Unity 3d, the png files in the project should have been sorted by name, but before I knew it, they were out of order.

Is there a way to put it back in the order of names?

(Additional)
The filename is a simple list of numbers.
41030500101
92600400404 51010500403 and so on.

  • Windows 7 Service Pack 1
  • Unity 4.6.0f3 free

unity3d

2022-09-30 20:32

1 Answers

It is usually sorted by name.This sorting method cannot be changed, so it may be an unintended action.Why don't you try Reimport All?


2022-09-30 20:32

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.