تصویر آواتار

My Account

تخفیف!
تصویر
تصویر

دانلود Fast Mobile LUT( URP , VR , AR , LWRP )

نکات مهم توجه فرمایید
  1. میتوانید برای دانلود بر روی دیسک سخت از بخش مربوطه اقدام به خرید دیتا بر روی دیسک نمایید و پست مورد نظر خود را بالینک مربوطه ارسال تا بر روی دیسک محتوی برای شما ارسال شود.
  2. برای پشتیبانی از سازنده محصول در زمان استفاده تجاری و موفقیت بیشتر لایسنس مرتبط را با فشردن کلید منبع اصلی تهیه نمایید.
  3. در صورت نیاز به پلاگین یا مدل , قالب , افزونه مورد نظر آن را در قسمت مربوطه درخواست دهید تا در سایت قرار بگیرد

دانلود پلایگن ها و مدل های سه بعدی آنریل انجین و یونیتی

download unreal engine and unity plugin and 3d model

pssbox
pssbox

pssbox mega download site

SKU 0f46eca30438 دسته بندی ها , برچسب زدن

عنوان محصول

Fast Mobile LUT( URP , VR , AR , LWRP )

Price : تومان ۰ — رایگان برای اعضاء دارای اشتراک

Fast Mobile LUT( URP , VR , AR , LWRP )

توضیحات سازنده در خصوص این پلاگین

اطللاعات کوتاه مرتبط با محصول :

Works with Unity versions higher than 2017.1.0f LWRP works only with Unity versions higher than 2019.1.0f1 URP works only with Unity versions higher than 2019.3.0f3 Supports Single-pass and Multi-pass VR Fastest Solution on the market NOTE! If you are using 2D lut be sure to set the Anisotropic Texture option to “Per Texture” or “Disabled” *UPDATE* added 885 LUT maps This package consists of the shader for applying 2D LUT or 3D LUT on the screen. This solution is currently is the fastest approach in the market, oriented significantly for mobile devices. The shader was tested on the low-end mobile device in the loaded scene in order to optimize the performance: * 2DLUT - The fastest 2DLUT in the market. Using 2.5D LUT technique which as follows from NVIDIA official tutorials, runs faster than simple 3DLUT, in most cases keeping the same image quality. Runs at 50-58 FPS on low-end mobile device(with proper settings). * 3DLUT- The fastest 3DLUT in the Asset Store. Completely optimized lut. Runs at 47-58 FPS on low-end mobile device(with proper settings). In this approach, only LUT maps 256x16 are used for correction. NOTE!!! All the testing was made on low-end mobile device Meizu M2 Note in the scene containing: -65 different gameObjects , -68 different Materials , -57 different Textures , -1 Directional Light(realtime) , -approximately 40k polygons For all the effects, I used the most efficient algorithms, optimizing the fragment shader as much as possible. Feel free to get in touch if something is not clear or hard to understand. Report this asset

 مشخصات و سازگاری و امکانات در بخش پائین در دسترس است :

Fast Mobile LUT( URP , VR , AR , LWRP )

Unity Assets

Premium Users

Unity vfx

- Update

Member Plans

Create Date :

Aug 10, 2020

VERSION :

1.1,,,,,,,

FILE SIZE : 22

Megabytes

دانلود فقط برای اعضای با سطح دسترسی زیر امکان پذیر است. (برای باز کردن لینک ها روی باکس دانلود زیر کلیک کنید)

---Premium Users---

در برخی موارد لینک های دانلود رایگان هستند و در مواردی نیاز به خرید اشتراک دانلود در پلن های مختلف دارید. لطفا به پلن مورد نیاز برای دانلود در قسمت بالا توجه کنید و طرح مورد نیاز خود را خریداری نمایید. توجه داشته باشید که با کلیک بر روی لینک مقابل صفحه دانلود باز می شود و پس از خرید اشتراک می توانید دانلود کنید

Fast Mobile LUT( URP

Fast Mobile LUT( URP , VR , AR , LWRP )

Shader for cheaply rendering blob shadow volumes. Render pipeline compatibility The Built-in Render Pipeline is Unity’s default render pipeline. It is a general-purpose render pipeline that has limited options for customization. The Universal Render Pipeline (URP) is a Scriptable Render Pipeline that is quick and easy to customize, and lets you create optimized graphics across a wide range of platforms. The High Definition Render Pipeline (HDRP) is a Scriptable Render Pipeline that lets you create cutting-edge, high-fidelity graphics on high-end platforms. Unity Version Built-in URP HDRP 2019.4.21f1 Compatible Compatible Not compatible Description Adding simple rectangular or circular shadows is very easy with this asset! The shadow volume geometry can be moved, rotated, and scaled. Just drop the material onto a cube or sphere mesh, place it in the world, and adjust the color, sharpness, and intensity as needed. For dynamic objects, you can position it with a simple script or constraint. The shadows can be useful even in situations when full shadows are enabled but a little bit of cheap extra occlusion is desired. The material can be GPU instanced, but static and dynamic batching do not work, because batching removes transformation information necessary for the shader to function. The primary advantage this asset has over the standard Unity projector is that the projector will re-render all of the objects it affects, which can potentially increase the number of draw calls and overall cost of a scene dramatically, especially if there are multiple objects casting shadows on multiple environment objects, or the objects receiving the shadows are large or complex. The FVBS shader doesn’t suffer from this issue, and will have the same cost regardless of the complexity of the scene being shadowed. Note: For the shader to work, there must be a depth texture enabled on the camera, either in the pipeline asset for the URP, or with an included script for Builtin. If the depth texture is not already enabled in your project you will see an increase in draw calls due to Unity needing to render the depth pass. If draw calls are the primary bottleneck this asset is likely not the right solution. Technical details Multiple Renderers: Builtin and URP are both supported. Works in forward and deferred pipelines. Highly Optimized: Very simple transparent shader, extremely quick to render. Suitable for mobile and VR applications. One draw call per shadow without GPU instancing, or one draw call per shadow material with GPU instancing enabled. Stable and Simple: The only scripting needed is to position the shadow volume, no special receiver scripts or render textures required. Fully Editable: Versions of the shader for Unity’s Shader Graph as well as for Amplify Shader Editor are included, depending on the renderer. Various Uses: The shadow color can be set to anything, so the volumes could have multiple uses beyond shadowing: a bright color could be used as a very simple fake light. Related keywords URP fast shadow volumetric Shader mobile shadow blob shadow blob cheap Shadow Fast Report this asset

Works with Unity versions higher than 2017.1.0f
LWRP works only with Unity versions higher than 2019.1.0f1
URP works only with Unity versions higher than 2019.3.0f3

Supports Single-pass and Multi-pass VR

Fastest Solution on the market

NOTE! If you are using 2D lut be sure to set the Anisotropic Texture option to “Per Texture” or “Disabled”

*UPDATE*

added

885

LUT maps

This package consists of the shader for applying 2D LUT or 3D LUT on the screen. This solution is currently is the fastest approach in the market, oriented significantly for mobile devices. The shader was tested on the low-end mobile device in the loaded scene in order to optimize the performance:

* 2DLUT –

The fastest 2DLUT in the market. Using 2.5D LUT technique which as follows from NVIDIA official tutorials, runs faster than simple 3DLUT, in most cases keeping the same image quality. Runs at

50-58 FPS

on low-end mobile device(with proper settings).

* 3DLUT- The fastest 3DLUT in the Asset Store.

Completely optimized lut. Runs at

47-58 FPS

on low-end mobile device(with proper settings).

In this approach, only LUT maps 256×16 are used for correction.

NOTE!!!

All the testing was made on low-end mobile device Meizu M2 Note in the scene containing:

-65 different gameObjects

,

-68 different Materials

,

-57 different Textures

,

-1 Directional Light(realtime)

,

-approximately 40k polygons

For all the effects, I used the most efficient algorithms, optimizing the fragment shader as much as possible.

Feel free to get in touch if something is not clear or hard to understand.

Report this asset

2 دیدگاه برای Fast Mobile LUT( URP , VR , AR , LWRP )

Quality

100%

Price

100%

Service

100%

Reviewed by 01 customer(s)

Sort by

  • Ruby

    “I’ve been using this plugin for multiple projects, and it never disappoints. It’s stable, efficient, and adds a lot of value to my games

    مهر 10, 1402
    Verified Review

    Share on

    Helpful?

    • ReviewX shop icon

      PSSBOX مرجع دانلود پلاگین و مدل سه بعدی آنریل انجین و یونیتی

      مهر 10, 1402

      Thank you for your kind recognition, customer’s satisfaction is always our goal.

  • Darrion

    مرداد 24, 1402
    Verified Review

    Share on

    Helpful?

    • ReviewX shop icon

      PSSBOX مرجع دانلود پلاگین و مدل سه بعدی آنریل انجین و یونیتی

      مرداد 24, 1402

      Thank you for your kind recognition, customer’s satisfaction is always our goal.

Relate Product

This is Random Product Show.

Wordaizer 5.0 Build.141
قیمت اصلی تومان ۱ بود.قیمت فعلی تومان ۰ است.
Vizoo3D xTex 2.3.3 Win.x64
قیمت اصلی تومان ۱ بود.قیمت فعلی تومان ۰ است.