C# script examples or code snippets for unity3D games
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Abolfazl Winn 6cd4d68836 Init 3 years ago
Scripts/BulletTest Init 3 years ago
Snippets Init 3 years ago
LICENSE Init 3 years ago
README.md Init 3 years ago
TowDBullet.cs Init 3 years ago

README.md

** 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.