GameDev

Kursy Unity

kurs unity dla początkujących
Unity bez kodowania

Kurs Podstaw Unity na Udemy

Projekt Galactic Fighter 2D w Unity

Kurs Projekt Galactic Fighter w Unity na Udemy

Unity 3D Raycast mouse shooting

using System.Collections; using System.Collections.Generic; using UnityEngine; public class Shoot : MonoBehaviour { GameObject hitObject; private…

Read More

Unity PowerUp pickup

Create a Sprite object with BoxCollider2D (set isTrigger true) and Rigidbody2D. Create a new Script,…

Read More

Unity HP System

HealthPlayer Script attached to the Player object. HealthPlayer derives from Hp class as it extends…

Read More

Shooter game assets

Scroll to Top