mob-sakai / SoftMaskForUGUI

Enhance Unity UI (uGUI) with advanced soft-masking features to create more visually appealing effects!
https://github.com/mob-sakai/SoftMaskForUGUI
MIT License
1.97k stars 261 forks source link

Softmask not working on PS4 #74

Closed Danilovic closed 4 years ago

Danilovic commented 4 years ago

Hi,

it seems that softmask has errors in a concrete shader in Playstation 4 (currently working fine on PC and Nintendo Switch). With this error, objects with softmask are shown with pink material.

This is the log from the console: WARNING: Shader Unsupported: 'UI/Default-SoftMask' - Pass 'Default' has no vertex shader ERROR: Shader Shader is not supported on this GPU (none of subshaders/fallbacks are suitable)WARNING: Shader Unsupported: 'UI/Default-SoftMask' - Setting to default shader.

Environment:

Regards,

mob-sakai commented 4 years ago

@Danilovic Hmm, please try to comment this line. https://github.com/mob-sakai/SoftMaskForUGUI/blob/f89df67e865eeb29d47864843f6c718f66563eb7/Assets/Coffee/UIExtensions/SoftMaskForUGUI/Shaders/Resources/UI-Default-SoftMask.shader#L52

github-actions[bot] commented 4 years ago

:tada: This issue has been resolved in version 0.10.0-preview.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: