Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tunchasan authored Jul 8, 2022
1 parent 58fb2bf commit ec1cb81
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,29 @@

![Showcase](https://github.com/tunchasan/Blob-Character-Creator/blob/d0efd63596b7bef1f2739e52602a90bdd3dfbb44/Assets/_Main/2D/Showcase.gif)

### 📦 With the following versions, I'm planning to add some cool features such like
## Future
With the following versions, I'm planning to add some cool features such like
#### 👉 The transition between any Blob Character to any.
> Transform appearance to target character via cool animations
#### 👉 Support Non-Humanoid Characters
#### 👉 Blob Character Customization Editor

## Shader Usages
There are two types of the Shader, ```Mobile``` and ```Standard```. Mobile is lighter than the standard blob shader. Thus, the Mobile shader has less functionality such as limitations for changing blob characters' every body part colors. I recommend that use the **BlobCharacter/Mobile** shader to get a good result **on mobile platforms.**

![Shader Unity Panel](https://user-images.githubusercontent.com/39636292/177976429-e9c78706-aa51-4c2e-bdcb-ac0b58f3431b.png)

## BlobCharacter/Mobile Shader Usage
![Showcase](https://github.com/tunchasan/Blob-Character-Creator/blob/58fb2bf31d6554aedc79b992cfaa6fb1a673ca89/Assets/_Main/2D/Mobile%20Shader%20Usages.gif)

## BlobCharacter/Standard Shader Usage
![Showcase](https://github.com/tunchasan/Blob-Character-Creator/blob/58fb2bf31d6554aedc79b992cfaa6fb1a673ca89/Assets/_Main/2D/Standard-Blob.gif)

## Animating Blob Characters
The **Blob Shader** executes its rendering calculations based on referenced **Transform information**. So, It's possible to animate Blob Characters.

![Showcase](https://github.com/tunchasan/Blob-Character-Creator/blob/58fb2bf31d6554aedc79b992cfaa6fb1a673ca89/Assets/_Main/2D/Animation.gif)

### Here are the results from mobile, windows, and mac platforms

<p float="left">
Expand Down

0 comments on commit ec1cb81

Please sign in to comment.