Pocket Ninja (arts + animations + sounds + effects included!) - Complete game Template Ready For Release by App Advisory
Pocket Ninja is a complete multiplatform 2D game with 1200 levels
TEST IT:
iOS | Android | Amazon
This template is ready for release. It is optimized for mobile (iPhone, iPad, Android, Windows Mobile) standalone (Windows PC and Mac OSX), web player and webGL.
How to play?
Just click or tap at any screen position to jump the player, don't touch the black tiles on the circle and destroy all the white tiles.
You can also play the game on consoles.
Clean, simple and easy to understand commented C# code
Easy to understand, perfect to learn.
This pack includes:
✪ Level manager.
✪ Recycled objects: Spawn pool system (quick and easy object pooling script. This poolManager is made to be as simple to use and setup as making a new game object).
✪ Intro menu and in game UI system (using the new Unity UI) include and usable in other games.
✪ Sounds (FX and music) are free to use
✪ Easy level generator to generate infinite level numbers.
✪ Completely mobile, desktop and other touch devices ready with our Touch and Mouse Input script using event delegates.
✪ Animated icons and menu, and animated level transitions.
✪ Level creator engine to create infinite number of circular worlds.
✪ Handles all the hard work : spawners, events, object pools, game status, camera controllers, etc...
✪ Engine a highly customizable, optimized and easy to use solution.
✪ Background gradient shaders to switch the colors smoothly and randomly.
This pack is ready to use and compatible with:
✪ Leaderboard (iOS Game Center and Android Google Play Game Service): this game is compatible with Very Simple Leaderboard. Get it here: Very Simple Leaderboard, and import it to your project and you will ready to use leaderboard in a minute!
✪ Social sharing: Today we know many apps and games which provide general sharing of screenshots, of messages, scores, promotional images and much more. Very Simple Share do it for you. Get it here: Very Simple Share.
✪ GIF sharing with Very Simple Gif
: this game is compatible Very Simple Gif
.Get it here: Very Simple Gif
import it to your project and you will ready to record your screen and share GIF from this record !
✪ Rating System with a bad reviews protection guarantee? Try Very Simple Rate Us. Get it here: Very Simple Rate Us.
✪ ADS (banner, static full screen interstitial, video ads, rewarded video) with Very Simple Ads: this game is compatible with Very Simple Ads. Get it here: Very Simple Ads, import it to your project and you will ready to monetize your game in a minute!
(Work with Dotween Free and Pro. Dotween is free and available on the Asset Store)
(All features work in Unity and Unity Pro - demo scenes included!)
Price $39.00
TEST IT:
iOS | Android | Amazon
This template is ready for release. It is optimized for mobile (iPhone, iPad, Android, Windows Mobile) standalone (Windows PC and Mac OSX), web player and webGL.
How to play?
Just click or tap at any screen position to jump the player, don't touch the black tiles on the circle and destroy all the white tiles.
You can also play the game on consoles.
Clean, simple and easy to understand commented C# code
Easy to understand, perfect to learn.
This pack includes:
✪ Level manager.
✪ Recycled objects: Spawn pool system (quick and easy object pooling script. This poolManager is made to be as simple to use and setup as making a new game object).
✪ Intro menu and in game UI system (using the new Unity UI) include and usable in other games.
✪ Sounds (FX and music) are free to use
✪ Easy level generator to generate infinite level numbers.
✪ Completely mobile, desktop and other touch devices ready with our Touch and Mouse Input script using event delegates.
✪ Animated icons and menu, and animated level transitions.
✪ Level creator engine to create infinite number of circular worlds.
✪ Handles all the hard work : spawners, events, object pools, game status, camera controllers, etc...
✪ Engine a highly customizable, optimized and easy to use solution.
✪ Background gradient shaders to switch the colors smoothly and randomly.
This pack is ready to use and compatible with:
✪ Leaderboard (iOS Game Center and Android Google Play Game Service): this game is compatible with Very Simple Leaderboard. Get it here: Very Simple Leaderboard, and import it to your project and you will ready to use leaderboard in a minute!
✪ Social sharing: Today we know many apps and games which provide general sharing of screenshots, of messages, scores, promotional images and much more. Very Simple Share do it for you. Get it here: Very Simple Share.
✪ GIF sharing with Very Simple Gif
: this game is compatible Very Simple Gif
.Get it here: Very Simple Gif
import it to your project and you will ready to record your screen and share GIF from this record !
✪ Rating System with a bad reviews protection guarantee? Try Very Simple Rate Us. Get it here: Very Simple Rate Us.
✪ ADS (banner, static full screen interstitial, video ads, rewarded video) with Very Simple Ads: this game is compatible with Very Simple Ads. Get it here: Very Simple Ads, import it to your project and you will ready to monetize your game in a minute!
(Work with Dotween Free and Pro. Dotween is free and available on the Asset Store)
(All features work in Unity and Unity Pro - demo scenes included!)
Price $39.00
Gas Tank -Oxygen by Clockwise
This package includes a gas tank with 4k textures easily resized with the new unity system of texture compression .
One material and one mesh with 4k material
Includes:
Albedo
Normal Map
Specular Map
Smoothness in Alpha of normal as required by unity.
Ambient Occlusion Map
Also includes prefab for drag and drop .
High Quality Materials and Mesh . ~980 polys(quads)
For more info or support please contact :
clockwise.info@gmail.com
Price $2.19
One material and one mesh with 4k material
Includes:
Albedo
Normal Map
Specular Map
Smoothness in Alpha of normal as required by unity.
Ambient Occlusion Map
Also includes prefab for drag and drop .
High Quality Materials and Mesh . ~980 polys(quads)
For more info or support please contact :
clockwise.info@gmail.com
Price $2.19
AssetBundle Framework by Sword-Master
AssetBundle Framework ia a complete solution for network game to manage assets.
When AssetBundle Framework running,Check if the AssetBundles located in persistence path on device are the same to the AssetBundles located in your Asset Server,if they are different,then download the AssetBundles from Asset Server to replace the AssetBundle located in persistence path on device.After all AssetBundles has been updated,the game will load AssetBundles from local persistence path all the way.
The AssetBundle Framework helps manage the key steps in building, updating and using AssetBundles.
The key features provided by the AssetBundle Framework are:
•Three AssetBundle mode would be used in the unity editor:
(1)NoAssetBundleMode: load asset from directory called BuildAssetBundlesPath directly, without ever building an AssetBundle.
(2)AssetBundleDebugMode:you need not to build you own asset server,the directory which AssetBundles are saved will become your asset server's assets folder which simulate the real asset server.
(3)AssetBundleCompleteMode:The complete process pattern for the framework,you have to build your own asset server.
•Asset Dependency Management including AssetBundle Manifests that keep track of every AssetBundle and all of their dependencies.Assets Dependencies are handled automatically by the AssetBundle Framework .With AssetBundle Manifests it is possible to query all AssetBundles and their dependencies.
•AssetBundle Encryption: You can build two types of AssetBundles,the unencrypted AssetBundles or the encrypted AssetBundles.
The framework provide four encryption algorithm for you,you can select which you prefer's. Building the encrypted AssetBundles can protect your AssetBundle with the encrypt key,and the encrypted AssetBundles are only be decrypted when assets need be loaded into memory.
•The AssetBundles' num and the directory structure which stored AssetBundles in persistence path on device wil stay consistent with the Asset Server's.
•provide the gameObject pool of Assets which is easy to use,and it will make your game more smoothly .
•Provide the complete source code, convenient debugging and adjustment in your project.
Price $25.00
VR Sci-Fi Cinema by Tirgames assets
VR Sci-Fi Cinema - Environment for GearVR/Cardboard video player
- Space ship cinema interior
- Animated blinds
- Moving asteroids
- Planets and Skybox
Look at Home Cinema | Outdoor Cinema
FACEBOOK | TWITTER | EMAIL
Price $10.00
- Space ship cinema interior
- Animated blinds
- Moving asteroids
- Planets and Skybox
Look at Home Cinema | Outdoor Cinema
FACEBOOK | TWITTER | EMAIL
Price $10.00
Online Check by crosstales LLC
Stay connected!
Website
Documentation
API
Forum
Demos
Windows | Mac | Linux | Android
_____________________________________________
You need a reliable solution to check for Internet availability? Here it is!.
Online Check is a simple, configurable tool to reliably check your connection to the Internet – in the editor as well as at runtime, where you need it, when you need it.
_____________________________________________
Features:
• Can reliably check for Internet
connectivity:
▸ Run on Start: Run the check as soon as
the scene loads
▸ Manual Mode: Check whenever you
need it
▸ Endless Mode: Automatically check
continuously between intervals
▸ Fallback check: Keeps checking in case
of connection loss
▸ Freely configurable intervals
▸ Maximum 8 KB of data downloaded per
hour (at 10 checks per minute)
• Specialized checks for each platform:
▸ Windows / WSA (UWP)
▸ MacOS / iOS
▸ Linux / Android
▸ Generic for all other platforms and
devices
• Powerful API to get maximum control as a
developer
• Contains a Proxy manager for Internet
• Works with Windows, Mac and Linux
editors
• Works with Unity 5.1-Unity 2017
• Support for all Unity build platforms
• Extensive demo scenes, documentation,
API and support!
• Full C# source code
Price $9.00
Website
Documentation
API
Forum
Demos
Windows | Mac | Linux | Android
_____________________________________________
You need a reliable solution to check for Internet availability? Here it is!.
Online Check is a simple, configurable tool to reliably check your connection to the Internet – in the editor as well as at runtime, where you need it, when you need it.
_____________________________________________
Features:
• Can reliably check for Internet
connectivity:
▸ Run on Start: Run the check as soon as
the scene loads
▸ Manual Mode: Check whenever you
need it
▸ Endless Mode: Automatically check
continuously between intervals
▸ Fallback check: Keeps checking in case
of connection loss
▸ Freely configurable intervals
▸ Maximum 8 KB of data downloaded per
hour (at 10 checks per minute)
• Specialized checks for each platform:
▸ Windows / WSA (UWP)
▸ MacOS / iOS
▸ Linux / Android
▸ Generic for all other platforms and
devices
• Powerful API to get maximum control as a
developer
• Contains a Proxy manager for Internet
• Works with Windows, Mac and Linux
editors
• Works with Unity 5.1-Unity 2017
• Support for all Unity build platforms
• Extensive demo scenes, documentation,
API and support!
• Full C# source code
Price $9.00
Air Tank - Gas Tank by Clockwise
This package includes a gas tank(Air Tank) with 4k textures easily resized with the new unity system of texture compression .
One material and one mesh with 4k material
Includes:
Albedo
Normal Map
Specular Map
Smoothness in Alpha of normal as required by unity.
Ambient Occlusion Map
Also includes prefab for drag and drop .
High Quality Materials and Mesh . ~980 polys(quads)
For more info or support please contact :
clockwise.info@gmail.com
Price $1.99
One material and one mesh with 4k material
Includes:
Albedo
Normal Map
Specular Map
Smoothness in Alpha of normal as required by unity.
Ambient Occlusion Map
Also includes prefab for drag and drop .
High Quality Materials and Mesh . ~980 polys(quads)
For more info or support please contact :
clockwise.info@gmail.com
Price $1.99
HS survival girl by H.S
Model info
tris 4,461
verts 2,458
map
upbody 1024X1024 2EA (Png File)
lowerbody 1024x1024 2EA(Png File)
face 1024X1024 1EA (Png File)
hair 512X512 1EA(Png File)
foot 512X512 2EA(Png File)
weapon 10EA (Png File)
37 Animations!!!
11 Effext
[My Blog]
Price $25.00
tris 4,461
verts 2,458
map
upbody 1024X1024 2EA (Png File)
lowerbody 1024x1024 2EA(Png File)
face 1024X1024 1EA (Png File)
hair 512X512 1EA(Png File)
foot 512X512 2EA(Png File)
weapon 10EA (Png File)
37 Animations!!!
11 Effext
[My Blog]
Price $25.00
Voxel Universe Free by Poly Unit
This asset makes part of Voxel Universe - City Pack
Voxel Universe Free is an amazing pack demonstrating some assets of the big pack for your games. It doesn't matter if you're an indie developer or a big mega amazing company, you'll love this asset for any project that you have in mind!
- All assets share the same texture! That's right only 1 texture for 40 different models <3
- All assets are in a Voxel Art style
- Ready for Mobile!
Find the following 12 different models ready to use =D
- Bridge
- Car
- Cloud
- Fire Station
- Garden
- Info Sign
- Parking Lot
- Road (x2)
- Rock
- Running Circuit
- Tree
Price $0.00
Voxel Universe Free is an amazing pack demonstrating some assets of the big pack for your games. It doesn't matter if you're an indie developer or a big mega amazing company, you'll love this asset for any project that you have in mind!
- All assets share the same texture! That's right only 1 texture for 40 different models <3
- All assets are in a Voxel Art style
- Ready for Mobile!
Find the following 12 different models ready to use =D
- Bridge
- Car
- Cloud
- Fire Station
- Garden
- Info Sign
- Parking Lot
- Road (x2)
- Rock
- Running Circuit
- Tree
Price $0.00
8bit Tiny FX by Bongpop
Retro 8bit Sound FX
- Clean Sound
- Loudly Sound
- Fun Sound
- 16bit 44kHz wav
- 128Kbps mp3
- 128Kbps ogg
I'm making a sound that will shine your Unity project. Good luck to you.
My Site
Price $5.00
- Clean Sound
- Loudly Sound
- Fun Sound
- 16bit 44kHz wav
- 128Kbps mp3
- 128Kbps ogg
I'm making a sound that will shine your Unity project. Good luck to you.
My Site
Price $5.00
Fantasy Sorceress by DEXSOFT-Games, 3DModels-textures
This is an animated 3d sorceress model.
It comes with 3 textures for hair, body and for the weapon. Normal maps are available and spec maps also.
Animations are split into following frame sets: walk, stand, idle, talk, attack1, attack2, hurt, death.
The model has 8,502 triangles, 5,905 vertices and 86 bones.
Price $5.00
It comes with 3 textures for hair, body and for the weapon. Normal maps are available and spec maps also.
Animations are split into following frame sets: walk, stand, idle, talk, attack1, attack2, hurt, death.
The model has 8,502 triangles, 5,905 vertices and 86 bones.
Price $5.00
Networked Car Example by Speedex
Networked Car Example is a simple example for having simple but fully networked vehicles in a networked scene using Unet.
Features:
-Multiple vehicle types.
-Easily add more vehicles.
-Synced player names above the vehicles.
-Simple main menu example.
-Camera stance switching
-Vehicle damage, exploding and respawning.
Upcoming:
-More vehicle types.
-More complex and vivid vehicle models plus city environment.
-Simple exiting and entering vehicles using a firstperson controller (only if there is demand for this feature)
-If you have a good idea for a feature to be added? Please leave me a suggestion in the reviews or email me.
Price $2.00
Features:
-Multiple vehicle types.
-Easily add more vehicles.
-Synced player names above the vehicles.
-Simple main menu example.
-Camera stance switching
-Vehicle damage, exploding and respawning.
Upcoming:
-More vehicle types.
-More complex and vivid vehicle models plus city environment.
-Simple exiting and entering vehicles using a firstperson controller (only if there is demand for this feature)
-If you have a good idea for a feature to be added? Please leave me a suggestion in the reviews or email me.
Price $2.00
Ultimate Cannon Tower by Vladimir Tim
[PROFILE]
| Ultimate Cannon Tower |
| FEATURES |
- Low-Poly model has only 1600 tris.
- Rigged: Yes
- Textures are 2048x2048 png
- Rigged: Yes
| ANIMATIONS |
- Idle
- Fire
Price $0.00
| Ultimate Cannon Tower |
Cool automatic cannon for your game.
| FEATURES |
- Low-Poly model has only 1600 tris.
- Rigged: Yes
- Textures are 2048x2048 png
- Rigged: Yes
| ANIMATIONS |
- Idle
- Fire
Package contains the scripts and demo scene.
Price $0.00
Color Blaster Complete Project by Half Burnt Biscuits
Color Blaster!
In this game you fire balls at spinning shape configurations. You have to match the color of the ball to the piece/segment you are trying to hit... If you wait too long in between firing, slight changes will occur(speed, direction, etc..). There are also randomly spawning gems that can be collected if you are fast enough! *See the video/screenshots for a better idea or Check out the WebGL build below!
✧ Fully Commented C# Code
✧ Both a Linear Level Mode, and a Random/Endless Mode Example is provided
✧ You can build the Linear Levels by editting values/sliders in an array, so that you can create gradually more difficult Levels
✧ Includes a SceneManager that Fades in and out on level loads. Note: Start the game in "scene0" for the proper experience.
✧ Lots of Documentation... .pdf & .docx
**There is also a zip file in the Docs Directory, and it contains a DoxyGen Doc Page If anyone is interested. Just extract the archive, enter the "html" folder, and launch the index.html. This will allow you to browse the Members, Classes, Comments, and Types outside of the IDE.
✧ Includes a Simple Game BootStrapper. You simply create your other games "ads" in your Imaging Application, get the links to those games "store page link(Google Play market://...)", and then load them into your project. Then you fill out the inspector, and a random "Ad" will be displayed when the player starts your game... that way you can freely(and shamlessly) promote your other games. It works like a regular ad... hit the x, and continue to the current game, hit the "ad area" or play button and they are directed to that games store page. Nothing beats paying for an ad campaign, but this is a free way to try and "Boot Strap" your other games.
✧ Try it Out: ✧
✧ WebGL version :
Click Here to Play the WebGL Version
✧ APK version :
Color Blaster on the Google Play Store
Other HBB Assets... If you haven't done so already, check out the other HBB Example Games. Some Free, Some Cheap... Links Below
- "Color Switch Clone" : Asset Store Page
- "Object Slicing Game" : Asset Store Page
- "SwingShip Game" : Asset Store Page
✧ Please rate my file, I’d really appreciate it.
✧ Included FX and Background Music
"Some of the sounds in this project were created by David McKee (ViRiX) soundcloud.com/virix"! (The Round Success, Round Failure, and Ball Launch Sounds)
(This Example Game uses these sounds and music from the sources cited below...
-“251461__joshuaempyre__arcade-music-loop_wav” is “Arcade Music Loop” by joshuaempyre. It can be found at... Freesound.org
-“Click_sfx.co” is “Glovebox Open” from FreeSFX.co.uk. It can be found at... http://www.freesfx.co.uk
CC-BY-3.0 Licenses (in Separate File labeled CreativeCommons_3.0_License)
Special, SPECIAL thanks to FreeSFX.co.uk, FreeSound.org, and David McKee(ViRiX) for the Sounds.
-“Any Remaining Sounds” are self-recorded, generated, or old public domain sounds.
All the audio credit goes to the original authors, and/or recorders...
Price $4.99
In this game you fire balls at spinning shape configurations. You have to match the color of the ball to the piece/segment you are trying to hit... If you wait too long in between firing, slight changes will occur(speed, direction, etc..). There are also randomly spawning gems that can be collected if you are fast enough! *See the video/screenshots for a better idea or Check out the WebGL build below!
✧ Fully Commented C# Code
✧ Both a Linear Level Mode, and a Random/Endless Mode Example is provided
✧ You can build the Linear Levels by editting values/sliders in an array, so that you can create gradually more difficult Levels
✧ Includes a SceneManager that Fades in and out on level loads. Note: Start the game in "scene0" for the proper experience.
✧ Lots of Documentation... .pdf & .docx
**There is also a zip file in the Docs Directory, and it contains a DoxyGen Doc Page If anyone is interested. Just extract the archive, enter the "html" folder, and launch the index.html. This will allow you to browse the Members, Classes, Comments, and Types outside of the IDE.
✧ Includes a Simple Game BootStrapper. You simply create your other games "ads" in your Imaging Application, get the links to those games "store page link(Google Play market://...)", and then load them into your project. Then you fill out the inspector, and a random "Ad" will be displayed when the player starts your game... that way you can freely(and shamlessly) promote your other games. It works like a regular ad... hit the x, and continue to the current game, hit the "ad area" or play button and they are directed to that games store page. Nothing beats paying for an ad campaign, but this is a free way to try and "Boot Strap" your other games.
✧ Try it Out: ✧
✧ WebGL version :
Click Here to Play the WebGL Version
✧ APK version :
Color Blaster on the Google Play Store
Other HBB Assets... If you haven't done so already, check out the other HBB Example Games. Some Free, Some Cheap... Links Below
- "Color Switch Clone" : Asset Store Page
- "Object Slicing Game" : Asset Store Page
- "SwingShip Game" : Asset Store Page
✧ Please rate my file, I’d really appreciate it.
✧ Included FX and Background Music
"Some of the sounds in this project were created by David McKee (ViRiX) soundcloud.com/virix"! (The Round Success, Round Failure, and Ball Launch Sounds)
(This Example Game uses these sounds and music from the sources cited below...
-“251461__joshuaempyre__arcade-music-loop_wav” is “Arcade Music Loop” by joshuaempyre. It can be found at... Freesound.org
-“Click_sfx.co” is “Glovebox Open” from FreeSFX.co.uk. It can be found at... http://www.freesfx.co.uk
CC-BY-3.0 Licenses (in Separate File labeled CreativeCommons_3.0_License)
Special, SPECIAL thanks to FreeSFX.co.uk, FreeSound.org, and David McKee(ViRiX) for the Sounds.
-“Any Remaining Sounds” are self-recorded, generated, or old public domain sounds.
All the audio credit goes to the original authors, and/or recorders...
Price $4.99
RTS Mini Legion Undead Handpainted by Dungeon Mason
FEATURES
- Optimized for mobile games(low poly), 1 texture and 1 unlit material for all 8 units.
- Death Knight 624 Polycount(Tris).
- Death Rider 778 Polycount(Tris)
- Skeleton Warrior 551 Polycount(Tris)
- Crossbowman 665 Polycount(Tris)
- Lich 434 Polycount(Tris)
- Slave 546 Polycount(Tris)
- Gargoyle 803 Polycount(Tris)
- Siege Cannon 770 Polycount(Tris)
- Various animations fully compatible with Mecanim Humanoid and Generic animation(4 Scenes included).
- Idle
- Attack01
- Attack02
- Victory
- Walk
- Run
- GetHit
- Die
- Unlit shader with 4 different color textures(2048x2048).
Dungeon Mason proudly presents you RTS Mini Legion Undead pack. This light weight units will be suitable for any of your game projects spanning from mobile to PC desktop, but especially good for mobile RTS and MOBA game development.
If you have any questions or request, fire away your needs through the followings.
Webstie
E-mail
Price $25.00
- Optimized for mobile games(low poly), 1 texture and 1 unlit material for all 8 units.
- Death Knight 624 Polycount(Tris).
- Death Rider 778 Polycount(Tris)
- Skeleton Warrior 551 Polycount(Tris)
- Crossbowman 665 Polycount(Tris)
- Lich 434 Polycount(Tris)
- Slave 546 Polycount(Tris)
- Gargoyle 803 Polycount(Tris)
- Siege Cannon 770 Polycount(Tris)
- Various animations fully compatible with Mecanim Humanoid and Generic animation(4 Scenes included).
- Idle
- Attack01
- Attack02
- Victory
- Walk
- Run
- GetHit
- Die
- Unlit shader with 4 different color textures(2048x2048).
Dungeon Mason proudly presents you RTS Mini Legion Undead pack. This light weight units will be suitable for any of your game projects spanning from mobile to PC desktop, but especially good for mobile RTS and MOBA game development.
If you have any questions or request, fire away your needs through the followings.
Webstie
Price $25.00
Sci-Fi Industrial Outpost by GESO Media
This sci-fi pack contains 40 unique models (4 buildings and 36 decoration objects) and a sample scene. Houses have an optional LOD stage. Textures come with additional maps like normal, specular and height map. Some of them also have opacity or glow maps. Physically based materials are added.
Price $30.00
Price $30.00
DCG Water Caustics by DeadlyCrow Games
Caustics solution to bring a new look to your water bodies, it is simple but quite beautiful and dynamic. You can use a lot of different things as "caustics", just by changing the animation textures.
Most of the shaders in this package were created in Shader Forge, so you can edit them with nodes :).
Keep in mind that you do NOT need shader forge to use this shaders in your proyect :).
You can change a lot of aspects of the main shader:
- Height Settings
- Color Settings
- Animation speed
- Etc...
The package contains:
- Shader for water caustics,
- 1 example Demo scene
- Demo textures for the caustics and terrain.
- Prefab ready to use!
Enjoy it :D!
For support or questions please do not forget to check out my facebook page:
DeadlyCrow Games Facebook
Also do not forget to check the README file inside the package, more in-deep contact information is in there ;).
Price $12.95
Most of the shaders in this package were created in Shader Forge, so you can edit them with nodes :).
Keep in mind that you do NOT need shader forge to use this shaders in your proyect :).
You can change a lot of aspects of the main shader:
- Height Settings
- Color Settings
- Animation speed
- Etc...
The package contains:
- Shader for water caustics,
- 1 example Demo scene
- Demo textures for the caustics and terrain.
- Prefab ready to use!
Enjoy it :D!
For support or questions please do not forget to check out my facebook page:
DeadlyCrow Games Facebook
Also do not forget to check the README file inside the package, more in-deep contact information is in there ;).
Price $12.95