25
2012
Particle Paint v1.0
Testing particle painting..(with shuriken mesh particles)
Plant & Stone mesh+textures from: Advanced Terrain Shaders v2
Just for fun(?) the ground is using wipe transition shader
Current features:
– Paint with mouse (raycast)
– Offset from surface – variable
– Random rotation for particles placed
– max. 500 particles (recycle them, if keep spraying)
– Rotate / zoom
Ideas:
– More particles? (seems to slow down with 1500 already)
– Use as Particle BirthPaint (like in max) ?
– Particle Collider : Player could collect the particles? (use “coin” mesh..?)
Webplayer: (it seems to flicker a bit in webplayer..but not in the editor)
http://unitycoder.com/upload/demos/mParticlePaint1/
Download source:
mParticlePaint.unityPackage
*Unity4.2:
– Can comment out this line it seems:
//_ParticleSystem.Simulate(0.1); // needs this to emit now
—
Image#2 (using stone mesh..)
Related Posts
2 Comments + Add Comment
Leave a comment
Recent posts
- [GreaseMonkey] Unity Forum Fixer
- UnityHub: Make Hub application background Translucent
- Customize SpriteShapeRenderer quality (but has issues)
- Editor tool: Copy selected gameobject’s names into clipboard as rows (for Excel)
- Editor tool: Replace string in selected gameobject’s names
- UnityHub: Enable built-in Login Dialog (no more browser login/logout issues!)
- Use TikTok-TTS in Unity (with WebRequest)
- Create Scene Thumbnail Image using OnSceneSaved & OnPreviewGUI
- webgl+javascript TTS
- Using Moonsharp (LUA) + Unity Webgl
- Using 3D gameobject prefabs with Unity Tilemap + NavMesh Surface
- Custom Unity Hub Project Template Preview Image/Video (using HTML+CSS in package description)
Recent Comments
- Vector3 maths for dummies! on
- UnityHub: Make Hub application background Translucent on
- UnityHub: Make Hub application background Translucent on
- Install Android SDK+JDK+NDK for Unity (without AndroidStudio or Unity Hub) on
- Install Android SDK+JDK+NDK for Unity (without AndroidStudio or Unity Hub) on
- [Asset Store] Point Cloud Viewer & Tools on
- [Asset Store] Point Cloud Viewer & Tools on
- ffmpeg stream raw video into Unity Texture2D on
I would really love to see the source for this in action. great job
source added. (it doesnt include the Advanced Terrain Shader objects or materials, just download that package from store and assing any mesh and material in particle renderer options)