وب سایت تخصصی شرکت فرین
دسته بندی دوره ها

The Ultimate Guide to Creating an RPG Game in Unity

سرفصل های دوره

Level up your C# and Unity knowledge and create your very own RPG game.


1. Introduction
  • 1. Introduction

  • 2. Watch before you start
  • 1. Important to know - Mindset of the course
  • 2.1 Game that was made with almost no expirence..html
  • 2. Important to know - Crash course
  • 3. Important to know - Q&A
  • 4.1 Instructor page.html
  • 4.2 Twitter.html
  • 4.3 YouTube.html
  • 4. Important to know

  • 3. Crash Course on Unity
  • 1. Install Unity and Visual Studio 2022
  • 2.1 warrior sheet-effect.zip
  • 2. Unity windows and Tools
  • 3. Colliders nad Rigibody
  • 4. Input and First script
  • 5. Move and Jump
  • 6. Serializefield
  • 7. Sprite sheet
  • 8. Animator
  • 9. Clean up
  • 10. Flip character
  • 11. 2D Collision Detection
  • 12. Jump animation
  • 13. Sticky walls
  • 14. Dash and timers
  • 15. Attack animation
  • 16. Attack combo
  • 17. Inheritance
  • 18. Preparing inheritance
  • 19.1 SkeletonIdle.rar
  • 19. Making enemy with Inheritance
  • 20. Enemys attack
  • 21. End of crash course

  • 4. Players Finite State Machine
  • 1.1 example of state machine.zip
  • 1.2 Figma board of this project.html
  • 1. What is State Machine
  • 2. Creating Finite State Machine
  • 3. Setup Animator with State Machine
  • 4. Movement with State Machine
  • 5. Jump with State Machine
  • 6. Collision Check
  • 7. Flip
  • 8. Creating Dash State
  • 9. Improving Dash State
  • 10. Wall Slide State
  • 11. Wall Jump State
  • 12. Primary Attack State
  • 13. Combo Attacks
  • 14. Finalize Attack State
  • 15. Attacks direction

  • 5. Training Ground Setup
  • 1.1 RPG - Udemy Course - TileSet.rar
  • 1. Tile Palette
  • 2. Tile Map Collider
  • 3. Camera
  • 4. Parallax background
  • 5. Endless background

  • 6. Enemys State Machine
  • 1. Enemys State Machine
  • 2. Making inheritance for Player and Enemy
  • 3. Enemys Idle and Move State
  • 4. Enemys Battle State
  • 5. Enemys Attack State
  • 6. Finalize Battle State

  • 7. Battle system
  • 1.1 Devlog about battle system design.html
  • 1. Battle System Design
  • 2. Attack Logic
  • 3. Colliders collision exception
  • 4. On Hit Fx
  • 5. On Hit Impact
  • 6. Attacks direction hot fix
  • 7.1 RPG - Udemy Course - Stun State[Completed].rar
  • 7. Counter attack - Enemys Stun State
  • 8. Counters attack window
  • 9. Players Counter Attack

  • 8. Skill system
  • 1.1 Devlog about skill tree.html
  • 1. Concept of a Skill System
  • 2. Creating Player Manager and Skill Manager
  • 3. Foundation of Skill System

  • 9. Clone skill
  • 1. Clone Creating Ability
  • 2. Clones Attack

  • 10. Sword Skill
  • 1. Sword Throw Skill State
  • 2. Setting up details of the sword
  • 3. Setting up swords aim
  • 4. Improving swords behaviour
  • 5. Improving sword throwing state
  • 6. Bouncy sword
  • 7. Setting sword type
  • 8. Counters Attack Window
  • 8. Pierce sword
  • 9. Players Counter Attack
  • 9. Saw spin sword
  • 10. Freeze time of the enemies

  • 11. Ultimate skill
  • 1.1 Devlog about developing ultimate black hole ability.html
  • 1. Blackhole and Quick Time Event keys
  • 2. Improving blackhole with clone creatin
  • 3. Blackhole details setup
  • 4. Blackhole ability state
  • 5. Blackhole duration

  • 12. Magic crystal ability
  • 1. Crystal ability
  • 2. Explosive crystal
  • 3. Moving crystal
  • 4. Multi-crystal
  • 5. Improving skills in a skill tree
  • 6. Clone duplication on attack
  • 7.1 RPG - Udemy Course - Skill section completed.rar
  • 7. Crystal instead of Clone

  • 13. Stats and elemental ailments
  • 1. Character Stats
  • 2. Stat Script
  • 3. Applying Stats To Combat
  • 4. Death Of Entities
  • 5. Major Stats And Defensive Stats
  • 6. Critical Attack
  • 7. Magic Damage
  • 8. Elemental Ailments
  • 9. Ailments Effects And Duration
  • 10.1 bar.zip
  • 10. Ui Health Bar
  • 11. Ailment Visual Effects
  • 12. Improve Ailments - Chill
  • 13. Improve Ailments - Shock
  • 14.1 RPG - Udemy Course - Stat section completed.rar
  • 14. Applying Damage To Skills And Clean Up

  • 14. Items and Inventory
  • 1.1 Devlog about inventory.html
  • 1. Item
  • 2. Inventory
  • 3. Inventory Ui
  • 4. Equipment Item
  • 5. Stash For Materials
  • 6. Equip Items On Character
  • 7. Apply Item Modifiers
  • 8. Enemy Modifiers
  • 9. Unequip Items
  • 10. Items Drop
  • 11. Player Drop System
  • 12. Remove Items From Inventory
  • 13. Unique Items
  • 14. Thunder Strike Item Effect
  • 15. Ice And Fire Item Effect
  • 16. Thunder Strike On Abilities
  • 17. Heal Item Effect
  • 18. Buff Item Effect
  • 19. Armor Item Effect
  • 20.1 RPG - Udemy Course - Item section completed.rar
  • 20. Items Cooldown Explained

  • 15. UI
  • 1.1 UI.rar
  • 1. UI menu
  • 2. Character Stats UI
  • 3. Limit Inventory Slots
  • 4. Item Tooltip
  • 5. Stat Tooltip
  • 6. Switch UI with Keyboard
  • 7. Craft UI
  • 8. Skill Tree UI
  • 9. Improve Item Tooltip
  • 10. Merge Skill Tree UI with Skill Manager
  • 11. Merge Skill Tree with Parry skill
  • 12. Merge Skill Tree with Crystal skill
  • 13. Merge Skill Tree with Dodge skill
  • 14. Merge Skill Tree with Sword skill
  • 15. Merge Skill Tree with Clone skill
  • 16. Skill Tree Hot Fix
  • 17. In game UI
  • 18. Options UI
  • 19.1 RPG - Udemy Course - UI section completed.rar
  • 19. Finalising Tooltip

  • 16. Save and Load
  • 1. Save system
  • 2. Save Inventory Items
  • 3. Save Stash and Equipment
  • 4. Save Skill Tree
  • 5. Delete save file
  • 6.1 RPG - Udemy Course - Save section completed.rar
  • 6. Encryption of saved data

  • 17. Scene managment and souls ( currency )
  • 1. Main menu
  • 2. Screen fade
  • 3. End screen
  • 4. Checkpoint
  • 5.1 RPG - Udemy Course - Scene managment completed.rar
  • 5. Lost currency ( souls ) save and and enemys currency ( souls ) drop

  • 18. Audio manager
  • 1.1 Audio.rar
  • 1. Audio manager
  • 2. Audio distannce limiter
  • 3. More examples on audio effects
  • 4. Audio settings
  • 5. Audio time limiter
  • 6. Area sound
  • 7.1 Itch.io assets.html
  • 7.2 Pixdabay - Audio effects.html
  • 7.3 Royalty free music.html
  • 7.4 RPG - Udemy Course - Audio section completed.rar
  • 7.5 Unity assets.html
  • 7. How to look for audio

  • 19. Game polish - Mechanics
  • 1. Improving knockback direction
  • 2. Improving player
  • 3. Improving skeleton
  • 4. Game pause
  • 5. Dead zone
  • 6. Invincibility in the time of dash

  • 20. Polish stage - Visuals
  • 1. Ailments fx
  • 2. Blackhole additional vfx
  • 3. Snow and Fire flies
  • 4. Hit and Critical hit particles
  • 5.1 Dust particle.rar
  • 5. Dust fx
  • 6. After image fx
  • 7. Screen shake
  • 8. Pop Up Text Fx
  • 9. A bit of clean up

  • 21. Build and publish
  • 1. How to build your game
  • 2.1 RPG - Udemy Course - WEB.rar
  • 2. How to post your game on website

  • 22. Additional section - Enemies
  • 1. Slime enemy
  • 2. Slime - sefl-multiplying on death + improvements of battle system
  • 3. Slime - stunned state improvement
  • 4.1 Archers graphic.rar
  • 4. Archers arrow
  • 5. Archer enemy
  • 6.1 Shadys graphic.rar
  • 6. Shady enemy
  • 7. Death bringer enemy [BOSS] - part 1
  • 8. Death bringer enemy [BOSS] - part 2
  • 53,700 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    مدرس:
    شناسه: 35001
    حجم: 12563 مگابایت
    مدت زمان: 2286 دقیقه
    تاریخ انتشار: 11 اردیبهشت 1403
    طراحی سایت و خدمات سئو

    53,700 تومان
    افزودن به سبد خرید