A really useful option for efficient organization of the workflow. Thank you!
@windflier21697 жыл бұрын
That reminds me, ue4 game only use the ".uasset" file as the game asset, they can't use the source asset. Can ue4 auto re-import the source asset when the source asset has been modify? I kind want make something like "player can modify the game" thing. Can ue4 do it?
@MathewWadsteinTutorials7 жыл бұрын
If you are using Auto Reimport it will detect any changes to the source asset and re import them back into the engine. If you are trying to do something separate like allowing player mods in the game itself that would require a completely different system that would have to be created in C++ to handle this.