General question about functionalities

Next-Gen Massive Virtual Texturing for Unity Pro

General question about functionalities

Postby GeraldP » Thu Mar 23, 2017 2:13 pm

Hi!

So, I`ve been trying to reach you guys at your support email address...

Anyway, i hope that somebody here can answer my questions about AT2! I'll just copy-paste my Email entry here:

----------------------------------------------------------------------------------------------------------------------------------
Hi!

Our company is thinking about purchasing your product "Amplify Texture 2", already downloaded your trial version for testing, if your product is suitable for our product! So far so good, everything works fine after some research in your forum/manual and further testing!

However, we have a few issues still open:

1, How`s AT2 exactly working concerning the VT built if you manually change the quality settings or use the "override for android/etc... in Unity? Will AT2 generate the VT based on the original size of all textures or use one of the mentioned global settings? I'm asking because we would like to use AT2 on mobile devices, thus the actual size of the VT (Virtual Texture) in play mode is an issue for mobile builds! With our first testings it seems that there are differences - any clearification welcome! Edit: We created the VT with "Hardware Level: Mobile", the question is if those global settings mentioned above have any impact on the usage/saving of each texture in VT! Furthermore, if the Virtual Texture is filled up with all ingame textures, i don't need to pack the old textures/materials into our build anymore, is that right?

2, We`re using the Shader Unlit/Transparent for our skyboxes, however, if i`m trying to set up the AT2 Shader - Unlit, none of those shaders seem to work for our skybox.

3, Do you guys have any known issues or additional hints on using AT2 for mobile devices, as there is very little information to be found on your page ( I`ve read that the mobile implementation was a long and tough ride, but maybe you can share a few thoughts on that!)

Looking forward to your reply and thank you very much for your support in advance! (sry for the long post btw)

Cheers,

Gerald
----------------------------------------------------------------------------------------------------------------------------------
GeraldP
 
Posts: 4
Joined: Thu Mar 23, 2017 2:04 pm

Re: General question about functionalities

Postby Ricardo Teixeira » Thu Mar 23, 2017 2:34 pm

GeraldP wrote:Hi!

So, I`ve been trying to reach you guys at your support email address...

Anyway, i hope that somebody here can answer my questions about AT2! I'll just copy-paste my Email entry here:

----------------------------------------------------------------------------------------------------------------------------------
Hi!

Our company is thinking about purchasing your product "Amplify Texture 2", already downloaded your trial version for testing, if your product is suitable for our product! So far so good, everything works fine after some research in your forum/manual and further testing!

However, we have a few issues still open:

1, How`s AT2 exactly working concerning the VT built if you manually change the quality settings or use the "override for android/etc... in Unity? Will AT2 generate the VT based on the original size of all textures or use one of the mentioned global settings? I'm asking because we would like to use AT2 on mobile devices, thus the actual size of the VT (Virtual Texture) in play mode is an issue for mobile builds! With our first testings it seems that there are differences - any clearification welcome! Edit: We created the VT with "Hardware Level: Mobile", the question is if those global settings mentioned above have any impact on the usage/saving of each texture in VT! Furthermore, if the Virtual Texture is filled up with all ingame textures, i don't need to pack the old textures/materials into our build anymore, is that right?

2, We`re using the Shader Unlit/Transparent for our skyboxes, however, if i`m trying to set up the AT2 Shader - Unlit, none of those shaders seem to work for our skybox.

3, Do you guys have any known issues or additional hints on using AT2 for mobile devices, as there is very little information to be found on your page ( I`ve read that the mobile implementation was a long and tough ride, but maybe you can share a few thoughts on that!)

Looking forward to your reply and thank you very much for your support in advance! (sry for the long post btw)

Cheers,

Gerald
----------------------------------------------------------------------------------------------------------------------------------


Hello Gerald,

Thank you for getting in touch, we really appreciate your interest. Did the emails bounce back? We don't see any received emails from your domain on our server.

1. Amplify Texture 2 always uses the maximum texture resolution available to build its Virtual Textures, Unity inspector parameters are mostly ignored. The Hardware Level option in the Virtual Texture inspector will be replaced in upcoming versions, it does not alter any resolutions, it simply defines the tile size for streaming operations. Mobile, or even the Default value, should be sufficient for most projects.

2. Unfortunately, we currently do not offer any Skybox compatible shaders. You would likely have to use a mesh based solution to bypass this limitation.

3. Apologies for the inconvenience, additional information will be made available at a later stage, we are not actively promoting it at the moment. I will send you a PM with additional details.

Be sure to let us know if you have any additional questions, we would be happy to elaborate.

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!
User avatar
Ricardo Teixeira
 
Posts: 954
Joined: Fri Aug 09, 2013 2:26 pm

Re: General question about functionalities

Postby GeraldP » Thu Mar 23, 2017 2:55 pm

Hi Ricardo!

Thank you very much for the quick reply and clearing things up, you have helped us a lot!

For now there`s just one (newbie) question left:
If we`re compiling, for instance a mobile build of our program, do we still need to implement our textures and materials, or is the new generated Virtual Texture sufficient for a stand-alone build version? (I`m asking, because on mobile builds the actual size of any apk is always a pressing matter.)#

cheers, and thanks again
Gerald
GeraldP
 
Posts: 4
Joined: Thu Mar 23, 2017 2:04 pm

Re: General question about functionalities

Postby Ricardo Teixeira » Thu Mar 23, 2017 3:04 pm

GeraldP wrote:Hi Ricardo!

Thank you very much for the quick reply and clearing things up, you have helped us a lot!

For now there`s just one (newbie) question left:
If we`re compiling, for instance a mobile build of our program, do we still need to implement our textures and materials, or is the new generated Virtual Texture sufficient for a stand-alone build version? (I`m asking, because on mobile builds the actual size of any apk is always a pressing matter.)#
cheers, and thanks again
Gerald


With AT2 your original textures will not add much to the build, they will be simple 64x64 placeholders, so to speak. You can use the same setup for Desktop and Mobile but, should you need to, you could always increase the Virtual Texture compression to reduce the final mobile build size.

I hope that the information above helped, be sure to let me know if that is not the case.

What kind of game is your team working on?

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!
User avatar
Ricardo Teixeira
 
Posts: 954
Joined: Fri Aug 09, 2013 2:26 pm

Re: General question about functionalities

Postby GeraldP » Thu Mar 23, 2017 3:14 pm

Ah, sry, i didn't made myself clear: the thing is, that currently the size of our VT would be around 1,6GB. Question is, can we use the VT instead of our textures? Because, as far as i understand VT, all textures are saved in the VT file, so i guess you wouldn`t need the old textures anymore if you create an apk mobile build... Or do I mix things up?

Sry for bothering you...:-/


Ricardo Teixeira wrote:
GeraldP wrote:Hi Ricardo!

Thank you very much for the quick reply and clearing things up, you have helped us a lot!

For now there`s just one (newbie) question left:
If we`re compiling, for instance a mobile build of our program, do we still need to implement our textures and materials, or is the new generated Virtual Texture sufficient for a stand-alone build version? (I`m asking, because on mobile builds the actual size of any apk is always a pressing matter.)#
cheers, and thanks again
Gerald


With AT2 your original textures will not add much to the build, they will be simple 64x64 placeholders, so to speak. You can use the same setup for Desktop and Mobile but, should you need to, you could always increase the Virtual Texture compression to reduce the final mobile build size.

I hope that the information above helped, be sure to let me know if that is not the case.

What kind of game is your team working on?

Thanks!
GeraldP
 
Posts: 4
Joined: Thu Mar 23, 2017 2:04 pm

Re: General question about functionalities

Postby Ricardo Teixeira » Thu Mar 23, 2017 3:26 pm

GeraldP wrote:Ah, sry, i didn't made myself clear: the thing is, that currently the size of our VT would be around 1,6GB. Question is, can we use the VT instead of our textures? Because, as far as i understand VT, all textures are saved in the VT file, so i guess you wouldn`t need the old textures anymore if you create an apk mobile build... Or do I mix things up?

Sry for bothering you...:-/



It's not a problem at all, we are happy to help!

When you build a Virtual Texture the original textures will be set to 64x64, they wont add much to the final build size, the actual data used is stored in the Virtual Texture file. Is this not the case on your side? You could be experiencing some sort of issue.

Looking forward to your reply.
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!
User avatar
Ricardo Teixeira
 
Posts: 954
Joined: Fri Aug 09, 2013 2:26 pm

Re: General question about functionalities

Postby GeraldP » Thu Mar 23, 2017 3:32 pm

Ah, ok, now i get it! Thanks for clearing this up! :D
VT works just fine, in our specific case, i'll think VT would be a great asset, because we`Re using 1300+ Materials and even more textures^^ Thanks again for your help!:-)

All the best,
Gerald


Ricardo Teixeira wrote:
GeraldP wrote:Ah, sry, i didn't made myself clear: the thing is, that currently the size of our VT would be around 1,6GB. Question is, can we use the VT instead of our textures? Because, as far as i understand VT, all textures are saved in the VT file, so i guess you wouldn`t need the old textures anymore if you create an apk mobile build... Or do I mix things up?

Sry for bothering you...:-/



It's not a problem at all, we are happy to help!

When you build a Virtual Texture the original textures will be set to 64x64, they wont add much to the final build size, the actual data used is stored in the Virtual Texture file. Is this not the case on your side? You could be experiencing some sort of issue.

Looking forward to your reply.
GeraldP
 
Posts: 4
Joined: Thu Mar 23, 2017 2:04 pm

Re: General question about functionalities

Postby Ricardo Teixeira » Fri Mar 24, 2017 5:39 pm

GeraldP wrote:Ah, ok, now i get it! Thanks for clearing this up! :D
VT works just fine, in our specific case, i'll think VT would be a great asset, because we`Re using 1300+ Materials and even more textures^^ Thanks again for your help!:-)

All the best,
Gerald


Ricardo Teixeira wrote:
GeraldP wrote:Ah, sry, i didn't made myself clear: the thing is, that currently the size of our VT would be around 1,6GB. Question is, can we use the VT instead of our textures? Because, as far as i understand VT, all textures are saved in the VT file, so i guess you wouldn`t need the old textures anymore if you create an apk mobile build... Or do I mix things up?

Sry for bothering you...:-/



It's not a problem at all, we are happy to help!

When you build a Virtual Texture the original textures will be set to 64x64, they wont add much to the final build size, the actual data used is stored in the Virtual Texture file. Is this not the case on your side? You could be experiencing some sort of issue.

Looking forward to your reply.


Happy to hear it. Be sure to keep us posted, we would love to know more about your experience.

For private development discussions, feel to get in touch directly at [email protected]

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!
User avatar
Ricardo Teixeira
 
Posts: 954
Joined: Fri Aug 09, 2013 2:26 pm


Return to Amplify Texture 2 - Development Builds

Who is online

Users browsing this forum: No registered users and 0 guests