Skip to content

Free Unity C# Script library used to make a full Unity3d game. Contains a wiki with how to setup and use everything found within. Contains Scripts, Animation Controllers, Prefabs, AI Behavior Trees, etc.

License

Notifications You must be signed in to change notification settings

PcloD/GameDevRepo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GameDevRepo


What is this?


This is a repository of scripts and how to's in order to setup a Unity game quickly. All of these scripts are written in C# specifically to work with the Unity3d Engine. Everything will work with the Unity Personal addition and is a completely free alternative for you for many aspects of game creation. Wiki documentation will help you to setup these scripts to work properly. There are a ton of scripts in there to use, some of them include the following:

  • Play foodstep sounds on terrain and object's simultaniously
  • AI
  • Basic Inventory
  • Game Patching
  • Saving/Loading Games
  • Interactable events like doors and parkour
  • Cutscene creation
  • Xbox,Playstation,Wii,etc. Controller Support
  • Movement System
    • Climbing
    • Swimming
    • Crouch, Spring, Walk
  • Weapon System

Using these will give you a huge boost in the process of your game making. Note: This does make use of the following packages:

Legal


You may use everything contain within this package for personal or commercial products. This is not required but I always do appreciate it when endorsments are thrown my way. If you feel so enclined throw my name in the credits.

This is released under the MIT License.

Important Note: Inside Scripts/GameManager/InputManager is code that belongs to daemon3000's Input Manager. That repository is release under the MIT License. If you don't understand how to use it look at his repository as it has amazing documentation. Also the "Octodiff" repository is released under the Apache 2.0 License Read License. Rain AI is release under the Unity Asset Store For free. Read about their licencing model here. In short anything you get in the Unity Asset store you can use personally or commercially.

About

Free Unity C# Script library used to make a full Unity3d game. Contains a wiki with how to setup and use everything found within. Contains Scripts, Animation Controllers, Prefabs, AI Behavior Trees, etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.8%
  • Objective-C++ 0.2%