Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

[RELEASED] Drawing & Coloring (Extra Edition)

Discussion in 'Assets and Asset Store' started by Indie-Games-Studio, Sep 4, 2015.

  1. Indie-Games-Studio

    Indie-Games-Studio

    Joined:
    Jan 6, 2015
    Posts:
    43

    Extra Drawing And Coloring Kit.Pick up the tools in the bottom to draw on Screen and paint the Characters. Use the Hand Tool to Zoom/Pinch Zoom & Drag the picture.

    WebGL Demo | Android Demo | Support

    Key Features

    - Tools List :
    1. Pencil
    2. Brush
    3. Paint
    4. Paint Roller
    5. Paint Can
    6. Stamp
    7. Eraser
    8. Hand

    - LineRenderer based.
    - Bezier Path for Smooth Lines
    - Zoom IN/OUT & Pinch Zoom ~New
    - Web Screenshot Print & Export ~New
    - 14 Colors and Ability to add more
    - Trash with Confirm Dialog
    - Mouse and Touch Cursor
    - 2D Sprites Used
    - 14 Sprites per Tool
    - Scrollable Lists
    - Scrollable shapes selector
    - Drawing Shapes
    - Draw saving between Shapes
    - Fully commented source code in C#
    - Easy Customization
    - Landscape Orientation
    - Mobile support IOS & Android

    Note :
    The Filling Tool is implemented without using any algorithm ,you must slice your character into separate white parts to fill each one .

    Works with Unity 5 built-in features
     
    Last edited: Dec 10, 2016
  2. deiong

    deiong

    Joined:
    May 24, 2013
    Posts:
    79
    what are the steps to create your own sprite? have a transparent sprite, and the shapes in a sprite but cant figure out how to make the prefab....
     
  3. deiong

    deiong

    Joined:
    May 24, 2013
    Posts:
    79
    no support?? ok enjoy the free $75
     
  4. Indie-Games-Studio

    Indie-Games-Studio

    Joined:
    Jan 6, 2015
    Posts:
    43
    You need to add your character(s) inside the following scenes :
    1.Album Scene : to show the characters for selection
    2.Game Scene : to show the characters for drawing and coloring.

    1. Album Scene
    -----------------------------------------
    Create your character gameobject like 'Dog' or 'NewCharacter' inside the Contents gameobject in the AlbumScrollRect.
    See how 'Dolphin' is created, you need to add Button,Image,Animator,Character components on the 'Dog' or 'NewCharacter' gameobject.
    (Do not forget to modify the Button OnClick event drag and drop 'Dog' to AlbumCharacterClickEvent)
    (Also,do not forget to modify the Character's index,if your character is the fourth in array then index should be 3)
    Finally ,drag and drop 'Dog' gameobject into Character's array into Album Scroll component in AlbumScrollRect gameobject.

    2. Game Scene
    -----------------------------------------
    Use one of the exited characters from prefabs folder to create your own character in Game Scene Drag and drop 'Dolphin' then break the prefab's reference and rename it 'Dog' or 'New Character' then change the image from Image component on the character , last but not least drag and drop your new character into prefabs folder.

    Finally drag and drop the prefab you already done for example 'Dog' or 'NewChacter' from prefabs folder (recommended) to the Game Manager Component in UICanvas gameobject.

    If you still have any challenge or problem i can show you how to make characters and adding them using 'Team Viewer'.
    You can download Team Viewer from the following link :
    https://www.teamviewer.com
     
    Last edited: Nov 8, 2015
  5. lostdogg

    lostdogg

    Joined:
    Jul 22, 2013
    Posts:
    8
    Can ads be implemented in this? Is there video or screenshots documenting the steps for adding our own images?
     
  6. Indie-Games-Studio

    Indie-Games-Studio

    Joined:
    Jan 6, 2015
    Posts:
    43
    We will add AdsManager in the future update (s).Here is the Manual below
    https://drive.google.com/file/d/0BxEPDwj8HTSJaXR0aUUxUG80YVk
    Tell me if you have any further questions.
    Best Regards
     
    Last edited: Nov 8, 2016
  7. goolit

    goolit

    Joined:
    Mar 18, 2016
    Posts:
    1
    you have add NewCharacter Guide on Youtube
     
  8. Indie-Games-Studio

    Indie-Games-Studio

    Joined:
    Jan 6, 2015
    Posts:
    43
    Last edited: Nov 8, 2016