Skip to content

random00000000/unityscripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unityscripts

A custom library of scripts that can be configured from the inspector.

Overview

This repository collects small Unity scripts that can be easily integrated into your project. Every script exposes fields in the Unity Inspector, making it simple to adjust behavior without diving into code.

Example features

  • Basic movement and rotation helpers
  • Utility functions for referencing game objects
  • Common gameplay patterns for rapid prototyping
  • Plug-and-play audio and scene utilities
  • Push-to-talk voice chat (recorded and streaming)

Essential Scripts

The EssentialScripts folder contains quick-drop components for common tasks like audio volume control and scene loading.

Networking

Scripts related to multiplayer features live in the Networking folder. The FishNet subfolder includes components specifically for the FishNet networking library.

Usage

  1. Download the individual scripts you want from this repository.
  2. Drop the scripts into your Unity project's Assets folder.
  3. Attach a script component to a GameObject.
  4. Tweak its fields in the Inspector to see immediate changes.

About

A custom library of scripts that can be configured from the inspector

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages