Search found 7 matches

by FardinHaque
Fri Feb 23, 2018 1:21 pm
Forum: General Discussion
Topic: Vertex offset using Image Texture on Android
Replies: 15
Views: 26371

Re: Vertex offset using Image Texture on Android

So i'v been searching for solutions online and found out this post https://shaderforge.userecho.com/communities/1/topics/197-shader-not-working-on-android#comment-5234

This guy faced the problem same as mine but his shader is made in Shader Forge. Please check this thread out. this might help to ...
by FardinHaque
Thu Feb 22, 2018 3:18 pm
Forum: General Discussion
Topic: Vertex offset using Image Texture on Android
Replies: 15
Views: 26371

Re: Vertex offset using Image Texture on Android

Sure, here is the shader file.
by FardinHaque
Wed Feb 21, 2018 8:00 pm
Forum: General Discussion
Topic: Vertex offset using Image Texture on Android
Replies: 15
Views: 26371

Re: Vertex offset using Image Texture on Android

Yes it works fine on my device with just one color and vertex offset on normal direction.
here's the shader that worked:
https://photos.google.com/photo/AF1QipN ... QZ7_phTDoQ
by FardinHaque
Wed Feb 21, 2018 4:23 pm
Forum: General Discussion
Topic: Vertex offset using Image Texture on Android
Replies: 15
Views: 26371

Re: Vertex offset using Image Texture on Android

Thanks for these quick replies :)
I'v attached my shader.
If this helps, here is the specs of my device http://www.muthofon.com/symphony-h300-3969.php
by FardinHaque
Wed Feb 21, 2018 3:55 pm
Forum: General Discussion
Topic: Vertex offset using Image Texture on Android
Replies: 15
Views: 26371

Re: Vertex offset using Image Texture on Android

Changing to Shader Model 3.0 doesn't seem to fix it. What's bothering me is that, firstly the device i'm using to test this shader is not that bad. Secondly if i just simply use the Noise Generator instead of My noise texture, it works.
by FardinHaque
Wed Feb 21, 2018 1:24 pm
Forum: General Discussion
Topic: Vertex offset using Image Texture on Android
Replies: 15
Views: 26371

Re: Vertex offset using Image Texture on Android

Well i tried all day to figure out what i was doing wrong but just now i tested my shader on another device and its working perfectly there.

So here's my shader. pretty simple actually
https://drive.google.com/file/d/1V2rvpl_D5g3rH11lPH21mA7L9MzreciG/view?usp=sharing

When i was testing it on my ...
by FardinHaque
Wed Feb 21, 2018 5:58 am
Forum: General Discussion
Topic: Vertex offset using Image Texture on Android
Replies: 15
Views: 26371

Vertex offset using Image Texture on Android

Hi
I'm current making a shader where i used a grayscale Image texture to offset vertex positions. It's working fine inside unity editor but when i build the game and port it to my android device the object doesn't even show up.
If i unplug the image texture and use generated noise then it works on ...