|
3 years ago | |
---|---|---|
Scripts/BulletTest | 3 years ago | |
Snippets | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 3 years ago | |
TowDBullet.cs | 3 years ago |
** C# script examples or code snippets for unity3D games ;)**
Scripts:
Name | Description |
---|---|
SimpleGet | Sends a simple GET request to http://jsonplaceholder.typicode.com/posts and gets the text of it. |
ParseJsonArrayOfObjects | Retrieves and parses a json array of objects from http://jsonplaceholder.typicode.com/posts. |
bullet | A simple script for bullets in 2D mode(bullet target will be a game object with "Player" tag).example project |
Snippets:
Name | Description |
---|---|
CheckIfPointerIsOverUi | A useful method to check that click or touch is over an ui element or not. |