11000+款5星资源

8.5万+用户参与评分

10万+社区成员鼎力支持

每款资源都经过 Unity 审核

首页
工具
粒子效果
此内容由第三方提供商托管,该第三方提供商在未接受Targeting Cookies的情况下不允许观看视频。如果您想观看来自这些提供商的视频,请将“Targeting Cookie”的Cookie偏好设置为“是”。
1/56
The See-through Shader lets you see your playable characters clearly through any mesh without any modification to it. It includes many helpful tools to help you implement it in your project.
可编程渲染管线(SRP)兼容性
Unity可编程渲染管线(SRP)是让您能够通过C#脚本控制渲染的一个功能。SRP是支撑通用渲染管线(URP)和高清渲染管线(HDRP)的底层技术。
Unity版本内置渲染管线通用渲染管线(URP)高清渲染管线(HDRP)
2021.3.45f1
兼容
兼容
兼容
其他兼容性信息

Compatible with:

  • Unity 2019
  • Unity 2020
  • Unity 2021
  • Unity 2022
  • Unity 2023
  • Unity 6
描述

Documentation | WebGL Demo | Support Email

Discord | Forum | Twitter | Youtube


The See-through Shader lets you see your playable characters inside any mesh without being obstructed by it. It doesn't matter if it is a building, a bridge, a cave, or whatever else you can imagine.


Just apply the shader using one of our provided tools, register a player and it works. The best thing about it is that it doesn't need any additional changes to your mesh!

We included plenty of super helpful tools to get the effect to work within seconds.

For a non-player-based setup use our player-independent standard dissolve feature or a mix of both.


Note: This shader is meant for use with the standard shader/ lit shaders. But we offer many ways to add the 'See-through Shader' to your custom shaders, for more see below 'Extend your existing custom shaders'


Hint: This asset is fully compatible with the "The Toon Shader" asset!


_______ _____ ___ __ _ _ _ _ _ _

______ _______ _____ ___ __ _ _ _ _ _ _

_____________ _______ _____ ___ __ _ _ _ _ _ _


M A I N - F E A T U R E S:


_____________ _______ _____ ___ __ _ _ _ _ _ _

  • 🕳️ 6 AMAZING OBSTRUCTION MODES(and Combinations):

_____________ _______ _____ ___ __ _ _ _ _ _ _


🌟 1. None - Removes parts of the mesh that are above a certain Y height

🌟 2. Angle - Removes geometry that is angled toward the camera

🌟 3. Cone - Removes geometry that is inside a cone between the player and the camera. Additionally, there is a combination of Angle and Cone.

🌟 4. Circle - removes geometry that is inside a circle around the player

🌟 5. Cylinder - Removes geometry that is inside a cylinder between the player and the camera. Additionally, there is a combination of Angle and Cylinder.

🌟 6. Curve - Removes geometry inside the region defined by a curve.


_____________ _______ _____ ___ __ _ _ _ _ _ _

  • 🕹️ MANY WAYS OF CONTROLLING THE EFFECT:

_____________ _______ _____ ___ __ _ _ _ _ _ _



👨‍👩‍👧‍👦 Player-Based:


🎈 1. Effect Radius Only - The see-through effect will be active inside a sphere around the player. You can use any obstruction mode with this method.

🎈 2. Auto-Detect - As long as your buildings etc. have colliders that describe the geometry somewhat decently, the see-through shader will auto-detect if a player is inside a mesh and

activate the effect. This method also works on a per-building basis so you can use

beautiful enter/exit transitions with it.


🎈 3. TriggerByParent

🎈 4. TriggerByBox

🎈 5. TriggerById


Triggers allow for the most precise control and work perfectly on a per-building basis. For this method, you have to place the enter and exit trigger objects yourself, so the setup requires a couple of seconds more, but it is worth it.

Note: TriggerByParent also supports using a single-parent collider instead of dedicated enter and exit triggers, which is super easy and achieves great results.


🎈 6. Player-To-Camera Raycast Trigger


Activates the effect for all STS objects that are hits of the raycast that goes from the players to the camera. This method allows for the cleanest way of using the STS, as it enables you to completely avoid any unwanted clippings if your player is in tight corners or close to the wall.



🎡 Player-Independent:


🎢 1. Always On - The see-through effect will always be on.

🎢 2. Toggle by UI - Toggle the see-through effect via UI.

🎢 3. Toggle by Click - Toggle the see-through effect by clicking your objects.

...and many more examples



_____________ _______ _____ ___ __ _ _ _ _ _ _

  • FAST, EASY SHADER APPLICATION/SYNCING FOR UNLIMITED OBJECTS!:

_____________ _______ _____ ___ __ _ _ _ _ _ _


💨 1. Global Shader Replacement - Apply the See-through Shader globally to all materials in the scene, with optional layer filtering.

💨 2. Group Shader Replacement - Apply the See-through Shader by group, with optional layer filtering. Group types include: Parent, Box, ID, List of GameObjects, List of Materials


Both options sync all material properties from a designated STS reference material to those found via the replacement component!


💨 3. Shader Property Sync - Use this one for sync-only functionality. It syncs by group with the same group types as the Group Shader Replacement.


_____________ _______ _____ ___ __ _ _ _ _ _ _

  • ⚙️ EXTEND YOUR EXISTING CUSTOM SHADERS:

_____________ _______ _____ ___ __ _ _ _ _ _ _


Add the 'See-through Shader' functionality to your custom shaders without compromises!


🔨 ShaderGraph Support: Use our STS Custom Function Node to extend the complete STS functionality to your existing ShaderGraph shader. Super easy! (supports only 2020 and up)

🔨 BetterShaders Stackable: Add our STS Stackable to your BetterShaders Stack and immediately extend any of your BetterShaders Shaders.

🔨Handwritten Shader Extension: Add our STS to any handwritten Shader, by just copying/pasting some properties and calling the STS function in your frag program.


If you need any help with it, you can always contact our customer support!



_____________ _______ _____ ___ __ _ _ _ _ _ _

_____________ _______ _____ ___ __ _ _ _ _ _ _


🧨Breathtaking Enter- and Exit Transitions

🧨Dissolve texture animations



_____________ _______ _____ ___ __ _ _ _ _ _ _

_____________ _______ _____ ___ __ _ _ _ _ _ _


🤸‍♂️ Use any number of players. It doesn't matter if they are in the same building or spread across many different locations.

🤸‍♂️ Limit the effect to a certain Y height so your players don't lose the ground under their feet.

🤸‍♂️ Add or remove the ceiling at a certain Y height.



_____________ _______ _____ ___ __ _ _ _ _ _ _

  • 📐 ZONING:

_____________ _______ _____ ___ __ _ _ _ _ _ _


📏 Create incredible micro-play experiences and stunning game ideas with our high-performance zoning feature.

📏 Choose from 2 modes: Additive and Subtractive

📏 4 Zone Shapes: Box, Sphere, Cylinder, Cone and Plane

📏 Make zones revealable.


_____________ _______ _____ ___ __ _ _ _ _ _ _

_____________ _______ _____ ___ __ _ _ _ _ _ _


Achieve a solid color or screenspace texture Cross-Section effect.

Note: Only works with non-intersecting, convex, closed meshes.


_____________ _______ _____ ___ __ _ _ _ _ _ _

  • 🌈 MANY WAYS OF STYLING THE EFFECT:

_____________ _______ _____ ___ __ _ _ _ _ _ _


🌸 Use any custom texture to style the dissolve effect.

🌸 Change the color and the emission intensity of the effect.

🌸 Use DissolveMasks to change the appearance of the cylinder, cone, and circle obstruction modes.



_____________ _______ _____ ___ __ _ _ _ _ _ _

  • 🎨 COMPATIBLE WITH "THE TOON SHADER" (Paid Asset)

_____________ _______ _____ ___ __ _ _ _ _ _ _


🖋️ Get the "The Toon Shader" asset and use ALL of the See-through Shader features with

The Toon Shader!

You can find it here: The Toon Shader

( Note: The Toon Shader is a paid asset, it's not included in this asset and has to be bought separately)



_____________ _______ _____ ___ __ _ _ _ _ _ _

  • 🏔️ INTEGRATION WITH THE MICROSPLAT TERRAIN SHADER (Paid Add-on)

_____________ _______ _____ ___ __ _ _ _ _ _ _


🏜️ Get the See-through Shader: MicroSplat Integration and use ALL of the See-through Shader features with MicroSplat!

You can find it here: See-through Shader: MicroSplat Integration

( Note: MicroSplat Integration is a paid add-on, it's not included in this asset and has to be bought separately)



_____________ _______ _____ ___ __ _ _ _ _ _ _

_____________ _______ _____ ___ __ _ _ _ _ _ _

💎 Supported Render Pipelines:

  • Built-in RP
  • URP 2019, 2020, 2021, 2022 and 2023/Unity 6
  • HDRP 2019, 2020, 2021, 2022 and 2023/Unity 6

_____________ _______ _____ ___ __ _ _ _ _ _ _

_____________ _______ _____ ___ __ _ _ _ _ _ _

🎁 BONUSES

  • Great demo scene which shows the implementation of all 5 effect controls (Effect Radius, Auto-Detect, and the 3 trigger variants) and several different stylings.
  • Intuitive custom UIs with helpful info texts and warnings, in case you missed something.
  • QuickStart Menu for an easy start into the STS world.

_____________ _______ _____ ___ __ _ _ _ _ _ _

_____________ _______ _____ ___ __ _ _ _ _ _ _

NOT INCLUDED:

  • Complex player movement script and navigation/pathfinding as shown in the demo videos.
  • Complex Buildings and Models as shown in the demo videos.

Note that the See-through Shader installs itself as a Package, and appears under your Packages folder, not under Assets.


技术细节

- Clearing obstruction by angle, cone, cylinder, or circle, with combinations

- Multiple playable characters and buildings

- Automatic adjustable height of clearing based on player position

- Manual and automatic adjustable height of clearing

- Shadow feature

- Custom texture and color feature of the borders of dissolve area

- Activation from start or during runtime

- Application to a Layer possible

- Simple setup and custom UI

- many ways of applying and interacting with the shader

See-through Shader

(55)
411 users have favourite this asset
(411)
$49.99
席位
1
更新的价格和增值税在结算时计算
退款政策
该资源受Unity资源商店退款政策约束。有关详细信息,请参见《最终用户许可协议》(EULA)中的第2.9.3节。
安全结账方式:
Supported payment methods: Visa, Mastercard, Maestro, Paypal, Amex
许可证类型
文件大小
122.2 MB
最新版本
1.8.7
最新发布日期
2025年2月21日
原始 Unity 版本
2021.3.45
高品质资源
11000+款5星资源
深受用户信赖
8.5万+用户参与评分
强大的社区支持
10万+社区成员鼎力支持
Unity logo
语言
反馈
合作伙伴计划
合作伙伴
USD
EUR
Copyright © 2025 Unity Technologies
所有价格不包含税
USD
EUR