All Projects → UnityRPG → 3 Modifiers And Abilities

UnityRPG / 3 Modifiers And Abilities

Licence: mit
Customise character abilities, weapons, characters and enemies. This includes multiple damage types, modifiers, sounds, animations. By the end you can create your core combat experience. (REF MA_RPG) http://gdev.tv/rpggithub

Programming Languages

csharp
926 projects

Projects that are alternatives of or similar to 3 Modifiers And Abilities

1 Character Movement
The first section of the course. You will learn everything required to build a simple movement system in your RPG, creating the core experience. http://gdev.tv/rpggithub
Stars: ✭ 81 (+26.56%)
Mutual labels:  game, unity, unity3d, game-development, rpg, game-dev
09 Zombierunner Original
First person shooter with Unity terrain and AI pathfinding (http://gdev.tv/cudgithub)
Stars: ✭ 64 (+0%)
Mutual labels:  game, unity, unity3d, game-development, game-dev
Number Wizard Ui Original
Introducing basic User Interface in the Complete Unity C# Developer 2D course (http://gdev.tv/cudgithub)
Stars: ✭ 18 (-71.87%)
Mutual labels:  game, unity, unity3d, game-development, game-dev
Beaverandfairies
Stars: ✭ 14 (-78.12%)
Mutual labels:  game, unity, unity3d, game-development
Projectfieldwarning
Project: Field Warning is a community-made RTS game centered around lethal regiment and division-scale warfare.
Stars: ✭ 86 (+34.38%)
Mutual labels:  game, unity, unity3d, game-dev
Gdk For Unity Fps Starter Project
SpatialOS GDK for Unity FPS Starter Project
Stars: ✭ 119 (+85.94%)
Mutual labels:  game, unity, unity3d, game-development
Unitypausemenu
This is an open source Unity pause menu created for the game New Horizons, and it's completely free because of how a pause menu is a core component of a game, while the unity asset store was lacking in such an asset (until this was released on the asset store).
Stars: ✭ 160 (+150%)
Mutual labels:  game, unity, unity3d, game-development
Rimlight
Customizable rimlight shader for Unity that includes pulsation and noise scrolling. Give your scenes that extra oomph!
Stars: ✭ 170 (+165.63%)
Mutual labels:  unity, unity3d, game-development, game-dev
Spheredissolve
Customizable procedural spherical dissolve shader for Unity3D, for all your customizable procedural spherical dissolve needs!
Stars: ✭ 311 (+385.94%)
Mutual labels:  unity, unity3d, game-development, game-dev
Texturepanner
This repository hosts a shader for Unity3D whose main goal is to facilitate the creation of neon-like signs, conveyor belts and basically whatever based on scrolling textures
Stars: ✭ 528 (+725%)
Mutual labels:  game, unity, unity3d, game-development
Gameproject3
游戏服务器框架,网络层分别用SocketAPI、Boost Asio、Libuv三种方式实现, 框架内使用共享内存,无锁队列,对象池,内存池来提高服务器性能。还包含一个不断完善的Unity 3D客户端,客户端含大量完整资源,坐骑,宠物,伙伴,装备, 这些均己实现上阵和穿戴, 并可进入副本战斗,多人玩法也己实现, 持续开发中。
Stars: ✭ 655 (+923.44%)
Mutual labels:  game, unity, game-development, rpg
Noahgameframe
A fast, scalable, distributed game server engine/framework for C++, include the actor library, network library, can be used as a real time multiplayer game engine ( MMO RPG/MOBA ), which support C#/Lua script/ Unity3d, Cocos2dx and plan to support Unreal.
Stars: ✭ 3,258 (+4990.63%)
Mutual labels:  game, unity, unity3d, game-development
Radialprogressbar
Customizable radial progress bar shader for Unity3D. Allows you to set arc range, minimum and maximum colors, textures, radius, and a few more things. Create HP Bars, Speedometers, rank progress, etc!
Stars: ✭ 714 (+1015.63%)
Mutual labels:  unity, unity3d, game-development, game-dev
Ksframework
QQ Group:538722494,KSFramework = KEngine + SLua(or xLua) , Unity3D Framework/Toolsets focus on hot reload
Stars: ✭ 1,119 (+1648.44%)
Mutual labels:  game, unity, unity3d, game-development
C Sharp Promise
Promises library for C# for management of asynchronous operations.
Stars: ✭ 870 (+1259.38%)
Mutual labels:  unity, unity3d, game-development
Godot Open Rpg
Learn to create turn-based combat with this Open Source RPG demo ⚔
Stars: ✭ 855 (+1235.94%)
Mutual labels:  game, game-development, rpg
X Postprocessing Library
Unity Post Processing Stack Library | Unity引擎的高品质后处理库
Stars: ✭ 1,079 (+1585.94%)
Mutual labels:  unity, unity3d, game-development
Pokemonunity
A framework to build Pokémon RPG games.
Stars: ✭ 934 (+1359.38%)
Mutual labels:  game, unity, unity3d
Hsplugins
Various Honey Select plugins
Stars: ✭ 21 (-67.19%)
Mutual labels:  game, unity, unity3d
Unity Scene Query
A library to traverse and query the Unity scene to find particular objects, uses something similar to CSS selectors to identify game objects.
Stars: ✭ 63 (-1.56%)
Mutual labels:  unity, unity3d, game-development

Unity RPG Course - Section 3 - Modifiers And Abilities

Welcome to Section 3 of the Unity RPG course – the full course is part of a Kickstarter campaign which was over 200% funded. You will benefit from the fact we have already taught over 360,336 students game development, many shipping commercial games as a result.

Customise character abilities, weapons, characters and enemies. This includes multiple damage types, modifiers, sounds, animations. By the end you can create your core combat experience.

You're welcome to download, fork or do whatever else legal with all the files! Please note that future sections contain assets with commercial use restrictions. The real value is in our huge, high-quality online tutorials that accompany this repo. You can check out the course here: Unity RPG

In This Section

How To Build / Compile

This is a Unity project. If you're familiar with source control, then "clone this repo". Otherwise download the contents, and navigate to Assets > Levels then open any .unity file.

This branch is the course branch, each commit corresponds to a lecture in the course. The current state is our latest progress.

Lecture List

Here are the lectures of the course for this section...

1 Section 3 Introduction

  • What’s coming in this section.

2 Design Planning And Decisions

  • Review and update your WBS
  • CHALLENGE
  • Decide on next priorities

3 Your Game Design Document

  • GDD Template And Our GDD
  • CHALLENGE

4 Unity 5.6 And VS Community 2017

  • My chosen options for upgrading to Unity 5.6
  • Review Unity's release notes

5 Using Namespaces In C#

  • What a namespace is and why it's useful
  • How to use namespaces in C#

6 The Animator Override Controller

  • Fixing a possible projectile bug
  • What is an Animator Override Controller?
  • How to override animations at runtime

7 Protecting Our Interfaces

  • The hidden dependency in our asset pack
  • How to prevent animation events breaking code
  • Challenge: Apply animations to weapons.

8 Untangling Standard Assets

  • Taking control of our animations
  • Drawing out our dependencies
  • Taking control of Standard Assets

9 Trigger Animations From Code

  • Refactor our Player class
  • Move properties from Player to Weapon

10 Triggering Audio On Radius

  1. Review AudioTrigger.cs from Gist
  2. Set-up and test sound trigger prefab
  3. How to source your audio clips

11 Terrain Optimization

  1. Performance issues from terrain
  2. Challenge: Tune terrain settings

12 Our First Dialogue

  1. Our level's requirements
  2. Pitch shifting a character
  3. Challenge: create your dialogue

13 Tasks And Bugs

  1. Our bug fixing workflow
  2. Bug tracking and task scheduling
  3. Challenge
  4. Lets fix some issues

14 Placing Props

  1. Tidy up scene and import new assets
  2. Challenge: Place props in your scene

15 Weapon Design

  1. Quick look at visual improvements
  2. Weapon damage design
  3. Prototype requirements for weapons
  4. Adding a third weapon and tuning all three

16 Changing Your Skybox

  1. Lets investigate our scene lighting
  2. Import and set up a new skybox

17 Bridges And Navmesh

  1. Desired bridge look and navmesh issue
  2. Create your bridge

18 Enemy Mesh Antics

  1. Import and set up new character meshes

19 Adding An Energy Mechanic

  1. Unity 5.6.1 upgrade, Mac differences
  2. Extending the player by composition

20 Extension By Composition

  1. Setup a new delegate in CameraRaycaster
  2. De-bounce the right-click button with GetButtonDown
  3. Subscribe to event in new Energy.cs class
  4. Reduce energy on each right click
  5. Update the energy bar.

21 Detecting By Layer In 3D

  1. How to use source control to keep refactors honest
  2. Our new CameraRaycaster architecture

22 Simplifying Click To Move

  1. Adding onMouseOverPotentiallyWalkable event
  2. Removing our custom editor script
  3. Ensuring click to move still works.

23 Simplifying Click To Attack

  1. Remove CursorAffordance.cs altogether!
  2. Remove the CameraRaycasterEditor editor script
  3. Implement move to enemy on power attack
  4. Simplify the CameraRaycaster, Energy and PlayerMovement

24 Player Choice In Combat

  1. What are the choices the player can make in your combat?
  2. Types of Special Abilities
  3. Where to start with implementation

25 RPG Special Abilities System Overview

  1. Abilities require serialisable data AND behaviour
  2. We can only serialise MonoBehaviours via prefab or scene
  3. This causes more contention on those files, and is wrong place
  4. A ScriptableObject moves ability config data to a .asset file
  5. ... but SOs cannot interact with the world
  6. so the Ability also needs a MonoBehaviour
  7. One ability can have multiple configs
  8. Therefore make the config add the behaviour component at runtime.

26 Storing Special Ability Config data

  1. Setup an 'ISpecialAbilty' interface
  2. Use an abstract class to create SpecialAbilityConfig
  3. Inherit 'PowerAttackConfig' from this new abstract class
  4. Provide right-click asset menu to create new special ability.

27 Making A Class Single Purpose

  1. Remove pointsPerHit from our Energy component
  2. Move right-click handling to the Player
  3. Prepare to read energy cost from special ability.

28 Implementing Power Attack Behaviour

  1. Fix a bug with our AudioTrigger component
  2. Make it possible for the player to equip several abilities
  3. Use a protected property to reference behaviour component
  4. Use this property to forward calls to Use() to the component.

29 Using Structs For Parameter Sets

  1. Combine top-level special ability code into one file
  2. Create a struct to pass ability use parameters
  3. Finish Power Attack behaviour inc energy cost.

30 Create An Area Of Effect Ability

  1. Describe your challenge
  2. Introduce Physics.ShpereCastAll() API
  3. Demonstrate my Area Of Effect solution.

31 Regenerating Energy Over Time

  1. Why we're not using coroutines yet
  2. Challenge: make energy regenerate over time
  3. Fix enemy sliding bug (and extra animator).

32 Game Feel Intro

  1. The importance of game feel
  2. What things to look for with your audit

33 Game Feel Audit

  1. Words to describe your game feel
  2. Examples of poor game feel
  3. Tuning of player to enemy collision

34 Spreadsheet Strategy

  1. A structure for approaching your spreadsheet design
  2. Specific implementation of some "Soul" aspects

35 Spreadsheet Spine

  1. Different options for progression
  2. Progression theory and preferences
  3. Populating our spreadsheet's spine

36 When Mouse Leaves Game Window

  1. Detect when the mouse is in the game rectangle
  2. Stop raycasting when the mouse is over Unity editor UI.

37 Coroutine For Death Sequence

  1. How to test if the player is dead
  2. Use an IEnumerator coroutine for timing
  3. Use WaitForSecondsRealtime() method.

38 Player Damage & Death Sounds

  1. Add an array of damage sounds
  2. Add a single death sound (for now).

39 Player Death Animation

  1. Fix health bug
  2. Implement death animation
  3. Projectile firing rate variation?

40 Using Image Fill In UI

  1. Import brand-new HUD graphics
  2. Make liquid effect health and energy
  3. How a "Filled" image works
  4. Use "Fill Amount" property to animate UI.

41 Adding Special Ability UI

  1. Adding special ability icons to slots
  2. Fixing bug with game window resizing.

42 Level Design Paradigms

  1. Discussing our current Linear approach
  2. Introducing a range of level design paradigms and what they could mean for your game.

43 Level Design Choice

  1. Challenge: add choice to your level
  2. Review our current level for ideas on how to add more choice.

44 Assets And Improvements

  1. Updated grass textures
  2. New free assets as part of student pack from Synty
  3. Synty particle pack

45 Particle Effects Intro

  1. Particle effects overview
  2. Where to use particles - a review of Torchlight 2
  3. Where we will add particles to our game

46 Glowing Dust Effect

  1. Create an ambient particle effect in the world
  2. Have the particle effect follow the character

47 Spawning Particles At Runtime

  1. Create particle system prefabs for special abilities
  2. Access prefabs from our scriptable objects
  3. Trigger particle systems at runtime in C#
  4. How to destroy a particle when it has finished playing.

48 Self Heal Special Ability Challenge

  1. Create a self-heal special ability yourself.

49 Triggering Special Abilities From Keys

  1. Adding key affordances to the UI
  2. Scanning for number key presses
  3. Triggering and tweaking special abilities.

50 Finishing The Self Heal Ability

  1. Separate damage and healing methods
  2. Add sound triggers to all abilities
  3. Tantalise idea of changing interface to inheritance
  4. Parent healing particle system to player.

51 Critical Hit And Weapon Bonus

  1. How to count lines of code added
  2. Adding additional weapon damage
  3. Adding critical hit calculation & particles.

52 AOE Particle Effect

  1. Creating particle systems within particle system
  2. Alter rotation of emission
  3. Use burst emission
  4. Tune and tweak particles

53 Self Heal Particle Effect

  1. Create plus symbol texture for a different look
  2. Implement self heal particle system

54 Section 3 Wrap Up

  1. We now know what our game will be, so its time to shift gears.
  2. Well done on your great work so far!

That's it, in the next section we will be adding the final features, refactoring and making our core combat fun.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].