hello, when I save the world, I keep all the classes in a specific position and when I save it, All the classes are not in the place where I kept them. what could be the problem ?
hello, when I save the world, I keep all the classes in a specific position and when I save it, All the classes are not in the place where I kept them. what could be the problem ?
I believe the class tree is built, or rebuilt, during compilation based on how the dependencies are found in the code during compilation. I doubt it would be very easy to control the order of class positions precisely.