• Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges

Results For: shader cull

avatar image

chriscode asked

Can you conditionally compile shader variants cull and no cull

Dec 11, '19 shader programming

0 Replies

0 Votes

I'd like to have the same "uber" surface shader with a cull and non- cull variant Is this possible
avatar image

joelv commented

Cull shader

Mar 31, '15 shader·cg·cull

1 Reply

0 Votes

How can I make a shader that doesn't render itself if the distance from the camera is greater than
avatar image joelv · Mar 31, 2015 at 11:50 AM 0
As the surface shader is part of the fragment shader you can clip from within there. clip
avatar image MakakWasTaken · Mar 31, 2015 at 11:28 AM 0
How can I use this in a surface shader? - Markus
avatar image

MojopinStudios commented

Shader cull off light both sides

Apr 21, '13 shader·lighting·flag·cull

1 Reply

0 Votes

I know next to nothing about shaders but was able to add ` Cull Off` to a default shader just so
avatar image

artie asked

Can a shader cull by plane or volume test?

Dec 10, '13 shader·renderer·plane·culling·volume

0 Replies

1 Votes

Wondering if I can do this with a shader: I want to render things when they are completely on one
avatar image

thestrandedmoose answered

Standard Transparent shader does not cull properly

Apr 26, '19 culling

1 Reply

0 Votes

the shader mode to Transparent, the culling is all messed up. Does anyone know how to turn on backface
avatar image

Answer by thestrandedmoose · Apr 26, 2019 at 06:52 PM

Hey guys- just to add to this: The backfaces ARE properly culling, but some geometry is displaying
avatar image

Rush3fan commented

How do I modify the self illum diffuse shader to not cull backfaces?

May 15, '12 shader·render·modify·illumination·backface

1 Reply

0 Votes

I'm really new to this an I'm trying to modify the self illumin shader so that it doesn't cull
avatar image

Answer by Piflik · May 15, 2012 at 04:20 PM Best Answer

Cull off is essentially right, but at the wrong position. Try this: Shader "Self-Illumin
avatar image

thieum answered

How to set Cull Back, Front, Off on shader graph?

Jan 1, '20 shaders

1 Reply

1 Votes

found on shader graph. Cull Back | Front | Off Subshaders ZWrite On | Off
avatar image

meat5000 edited

Make Standard Shader variant with no culling Closed Wiki

Jul 25, '15 shader

0 Replies

0 Votes

Novice question for shaders but need to simply create a Standard Shader variant with Cull set
avatar image

juliancruz87 asked

how to render bothsides?

Jan 27, '11 render·double-sided

2 Replies

0 Votes

avatar image

Answer by mrde · Jan 27, 2011 at 03:39 PM Best Answer

set in shader Cull Off
avatar image

Answer by DaveA · Jan 27, 2011 at 10:46 PM

If you're skittish about mucking with shader code, try this one: Transparent / Cutout / Soft Edge
avatar image

WalterEspinar commented

Culling Shader

Mar 5, '14 shader·culling·backface

1 Reply

0 Votes

Hi, can a shader make a culling like the "B" example? its possible?, is for an AR project ![alt
avatar image WalterEspinar · Mar 05, 2014 at 02:34 PM 0
the red part is the backface, i need cull the floor and wall
avatar image

Walibi33 published

Can the Cull option in shader improve perfomances ?

Mar 12, '14 shader·rendering·performance·optimization·culling

2 Replies

0 Votes

that whatever cull option I set in my single-pass shader (the one I use to draw full opaque object) I always
avatar image

Answer by Owen-Reynolds · Mar 12, 2014 at 01:34 PM Best Answer

Yes. Culling works inside the GPU, "after" you've created all the triangles, done all the draw
avatar image

MrSoad edited

Shader Culling Off and lighting on the back side of the mesh

Dec 10, '14 shader·cull

1 Reply

0 Votes

-sided, and I've found that setting Culling to Off, it indeed does render two sided. The effect I'm
avatar image

Answer by MrSoad · Dec 10, 2014 at 01:07 PM

In that case rather than use a single mesh with a Cull Off shader do this : 1) Duplicate your Robe
avatar image

Caiuse asked

Writing a custom shader

Apr 27, '11 shader

2 Replies

0 Votes

Hi there, This is the first time I've come to write my own shader, and I'm stuggling. I want
avatar image

Answer by Muzz 1 · Apr 27, 2011 at 07:54 PM

Just use the Strumpy Shader Editor (find it on the asset store). It'll make your shader life so much easier!
avatar image

Answer by Mortennobel · Apr 27, 2011 at 07:32 PM

The source of the build-in shaders are not available through the editor. However they can
avatar image

sacredgeometry answered

Boolean for a shader

Dec 28, '20 shader

1 Reply

0 Votes

Is there a way to alter a shader to change the SubShader based on a boolean value? how would
avatar image

Answer by sacredgeometry · Dec 28, 2020 at 07:14 PM

. ---------- https://forum.unity.com/threads/ shader-properties-no-bool-support.157580/
avatar image

Aedo98 asked

Cross section shader

Jul 6, '20 shader

0 Replies

0 Votes

hi, there is a way to make this cross section shader able to make the cross section two sided
avatar image

Answer by BastianUrbach · Jul 06, 2020 at 01:00 PM

Replace " Cull Front" with " Cull Off"
  • 1
  • 2
  • 3
  • 4
  • 5
  • ›
  • »
  • 1
  • 2
  • 3
  • 4
  • 5
  • ›
  • »

Welcome to Unity Answers

If you’re new to Unity Answers, please check our User Guide to help you navigate through our website and refer to our FAQ for more information.

Before posting, make sure to check out our Knowledge Base for commonly asked Unity questions.

Check our Moderator Guidelines if you’re a new moderator and want to work together in an effort to improve Unity Answers and support our users.

Refine Your Search

    Submit


    Enterprise
    Social Q&A

    Social
    Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

    Footer

    • Purchase
      • Products
      • Subscription
      • Asset Store
      • Unity Gear
      • Resellers
    • Education
      • Students
      • Educators
      • Certification
      • Learn
      • Center of Excellence
    • Download
      • Unity
      • Beta Program
    • Unity Labs
      • Labs
      • Publications
    • Resources
      • Learn platform
      • Community
      • Documentation
      • Unity QA
      • FAQ
      • Services Status
      • Connect
    • About Unity
      • About Us
      • Blog
      • Events
      • Careers
      • Contact
      • Press
      • Partners
      • Affiliates
      • Security
    Copyright © 2020 Unity Technologies
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell My Personal Information
    • Cookies Settings
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    • Anonymous
    • Sign in
    • Create
    • Ask a question
    • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Explore
    • Topics
    • Questions
    • Users
    • Badges