How to disable virtual textures update on save?

Development feedback for early adopters.
Post Reply
visionastral
Posts: 16
Joined: Tue Feb 16, 2016 4:06 pm

How to disable virtual textures update on save?

Post by visionastral »

Hi,
when using amplify textures 2, everytime I save the scene it auto updates it's virtual textures.
Now, I understand it's a convenience feature, but since I have LOTS of textures virtualized, it's taken more and more time every time I want to save my scene just in case Unity crashes.

I use to save a lot, and this feature is making me mad.
What is the script that manages that, so I can disable it?
( I'll take full responsability to manually update my virtual textures, I promise! ;) )

Thanks.
User avatar
Ricardo Teixeira
Posts: 954
Joined: Fri Aug 09, 2013 2:26 pm

Re: How to disable virtual textures update on save?

Post by Ricardo Teixeira »

visionastral wrote:Hi,
when using amplify textures 2, everytime I save the scene it auto updates it's virtual textures.
Now, I understand it's a convenience feature, but since I have LOTS of textures virtualized, it's taken more and more time every time I want to save my scene just in case Unity crashes.

I use to save a lot, and this feature is making me mad.
What is the script that manages that, so I can disable it?
( I'll take full responsability to manually update my virtual textures, I promise! ;) )

Thanks.
Hello,

Thank you for getting in touch, we would be happy to help.

IssueBuildCheck.cs, delete it or comment the Class or Function OnWillSaveAssets.

Thanks!
Sales & Customer Relations at Amplify Creations
Learn more about our offering: Amplify Creations Products
Amplify Shader Editor won the Asset Store Best Tool Award - Thank you for your support!
visionastral
Posts: 16
Joined: Tue Feb 16, 2016 4:06 pm

Re: How to disable virtual textures update on save?

Post by visionastral »

Fixed!
Thanks! My sanity was at stake! :lol:
User avatar
Ricardo Teixeira
Posts: 954
Joined: Fri Aug 09, 2013 2:26 pm

Re: How to disable virtual textures update on save?

Post by Ricardo Teixeira »

visionastral wrote:Fixed!
Thanks! My sanity was at stake! :lol:
Sorry about that, should definitely be an option in the future!
Sales & Customer Relations at Amplify Creations
Learn more about our offering: Amplify Creations Products
Amplify Shader Editor won the Asset Store Best Tool Award - Thank you for your support!
Post Reply