Try to figure out a way to make materials not continually update. #83
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The current way that material textures are changed makes them change in the editor, too. This means the changes have to keep being reverted on every commit. This is really annoying, and to avoid any issues with the wrong texture being displayed after an update, this should be changed.
This seems to be fixed, at least for the two biggest problems.