Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/nishadtardalkar/FogOfWar

A plugin for Unity3D to add Fog of War to a game.
https://github.com/nishadtardalkar/FogOfWar

Last synced: 4 months ago
JSON representation

A plugin for Unity3D to add Fog of War to a game.

Lists

README

        

# Fog of War
A plugin for Unity3D to add Fog of War to a game.


UPDATE 1.3 :

Added an option to keep the cleared area unfoged.

(Please test this and create an issue if you find any errors)





UPDATE 1.2 :

Added a feature for multiple targets to uncover fog.





UPDATE 1.1 :

Supports SRP, please check the scene in the unitypackage to see how to setup in HDRP. (Same case with your own SRP)

[![IMAGE ALT TEXT HERE](https://img.youtube.com/vi/XFs8cucJ764/0.jpg)](https://www.youtube.com/watch?v=XFs8cucJ764)



Steps to use plugin


  1. Copy all contents of this repository in your Assets

  2. Add "Prefabs/Fog" to your scene

  3. Drag gameobject from scene that has to defog the area to "Center" slot in the added Fog object

  4. Add "Scripts/PreRenderCalls" to your rendering camera

  5. Drag "Fog" gameobject from scene to Fog slot in PreRenderCalls

  6. Play with settings to best suit your system budgets over quality

Enjoy...