Skip to content

A bloom that is 60% faster than Unity’s built-in bloom and is specially optimized for mobile platforms. This bloom can be applied to only intended specific objects. And its intensity and threshold can be controlled per-object. This bloom can be applied to objects with random moving shapes (like glittering water surface under the sun). On top of …

Notifications You must be signed in to change notification settings

MarcusXie3D/FastBloomForMobiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FastBloomForMobiles

A bloom that is 60% faster than Unity’s built-in bloom and is specially optimized for mobile platforms. This bloom can be applied to only intended specific objects. And its intensity and threshold can be controlled per-object. This bloom can be applied to objects with random moving shapes (like glittering water surface under the sun). On top of that, color grading is well integrated and costs little extra performance. 怎么用:导入package或者直接把Asset拷到你工程里,然后使用教程是FastBloomForMobiles_tutorial这个pdf文件,就算只是跑跑看也要改几个工程设置(build平台换成Android,关掉抗锯齿),建议还是看看教程。另外如果想做实验和Unity自带的bloom作比较的话,要先到package manager安装post processing,然后才能导入你下载的package,不然Comparison这个scene跑不起来。 How to Use: import that package or just copy the Asset into your project. The tutorial is FastBloomForMobiles_tutorial.pdf. Even if you're just going to simply run it to see how it looks like, you still need to change several project settings (switch building platform to Android, and turn off anti-alising), reading the tutorial is still recommended. If you want to do some experiment to compare my bloom with Unity's built-in bloom, BEFORE you import that package you downloaded, be sure to go to package manager to install post processing, otherwise the scene "Comparison" will fail to run.

About

A bloom that is 60% faster than Unity’s built-in bloom and is specially optimized for mobile platforms. This bloom can be applied to only intended specific objects. And its intensity and threshold can be controlled per-object. This bloom can be applied to objects with random moving shapes (like glittering water surface under the sun). On top of …

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published