Search Unity

[Released] VR Brush

Discussion in 'Assets and Asset Store' started by hifar, May 5, 2018.

  1. hifar

    hifar

    Joined:
    Apr 26, 2016
    Posts:
    4
    VR Brush - Let you paint in VR scene. support SteamVR and VRTK!

    Asset Store URL: Click Here
    If you have any questions, feel free to write here.





    ===================================================================
    This is a VR Brush script, it's easy to use and you can put it to your project. it's bases on SteamVR.

    steps:
    1. import the package
    2. make sure you set the VR support in project setting.
    3. check the demo scene.
    4. drag the BrushPlayer prefab to you scene
    5. drag the BrushManager prefab to your Scene
    6. drag the LineInit prefab to your Scene
    7. check the BrushManager, set the line color and Hand obj, and lineInit obj, the same as demo scene.
    8. Then you can play and draw . enjoy!

    key features:
    Support SteamVR
    Easy to Deploy
    Left hand Change color
    Left hand Change line Size
    Color customization
    Source code included


    New Features in 1.6:
    1. New UI interface with laser beam pointer
    2. Add Undo function
    3. Add Clear function
    4. Add Load and Save function
    New Features in 1.7:
    VRTK support
     
  2. hifar

    hifar

    Joined:
    Apr 26, 2016
    Posts:
    4
    Another video from VR Brush 1.0
     
  3. ArchVizPRO

    ArchVizPRO

    Joined:
    Apr 27, 2014
    Posts:
    457
    Can you save the drawing after you finish it?
    I need to paint and save it, so it should be visible in Editor Windows, not in Play mode.