Has anyone got trouble when loading resources from path contains various types of resources, such as .cs and .prefab, with the same name?
It’s weird that this problem does not always cause errors. In my case, the VTMenuVtSystem_AdminMenuItem is ok, but the VTSystemVtProductPanelViewItem resulted to an exception of “ArgumentException: The Object you want to instantiate is null” and I have to rename the prefab to solve the problem.