GET UNLIMITED DOWNLOADS
Join Telegram
DMCA -Urgent Content Remove
PSDLY.COM
  • Photoshop
    • Mockups
      • Logo Mockups
      • T Shirt Mockups
      • Business Card
      • Branding Mockups
      • Stationery Mockups
      • Flyer/Poster Mockups
      • Bill-Board Mockups
      • Product Mockups
      • Brochure Mockups
      • Device Mockup
    • Lightroom Preset
    • Photoshop Actions
    • Brushes & Gradient
    • Patterns
    • Objects
    • Textures
    • Templates
    • Magazine
  • Videohive
    • After Effect
      • Broadcast Packages
      • Elements
      • Infographics
      • Logo Stings
      • Titles
      • Openers
      • Product Promo
    • Premiere Pro
    • DaVinci Resolve
    • Footage
    • Apple Motion
    • VIP Templates
  • Fonts
  • Luts
  • Sounds
    • VSTAudio
    • Loops
    • Sound Effect
    • Sound FX
    • Refills
  • Courses
    • After Effects Tutorials
    • WSO Tutorials
    • 3D Tutorials
    • Drawing & Painting
    • Film & Media
    • Flash Tutorials
    • Music Learning
    • Photoshop Tutorials
    • Photography
    • Programming
    • Sound & Production
    • Game Devolopment
    • Ai Courses
    • Web Design Tuts
    • Other Tutorials
  • 3D Models
    • 3ds Max
    • Maya
    • Daz 3D poser
    • Game Assets
    • Cinema 4D
  • Plug-ins
    • AE Plugin
    • Photoshop
    • Illustrator
    • Cinema 4D
    • 3D Max
No Result
View All Result
PSDLY.COM
  • Photoshop
    • Mockups
      • Logo Mockups
      • T Shirt Mockups
      • Business Card
      • Branding Mockups
      • Stationery Mockups
      • Flyer/Poster Mockups
      • Bill-Board Mockups
      • Product Mockups
      • Brochure Mockups
      • Device Mockup
    • Lightroom Preset
    • Photoshop Actions
    • Brushes & Gradient
    • Patterns
    • Objects
    • Textures
    • Templates
    • Magazine
  • Videohive
    • After Effect
      • Broadcast Packages
      • Elements
      • Infographics
      • Logo Stings
      • Titles
      • Openers
      • Product Promo
    • Premiere Pro
    • DaVinci Resolve
    • Footage
    • Apple Motion
    • VIP Templates
  • Fonts
  • Luts
  • Sounds
    • VSTAudio
    • Loops
    • Sound Effect
    • Sound FX
    • Refills
  • Courses
    • After Effects Tutorials
    • WSO Tutorials
    • 3D Tutorials
    • Drawing & Painting
    • Film & Media
    • Flash Tutorials
    • Music Learning
    • Photoshop Tutorials
    • Photography
    • Programming
    • Sound & Production
    • Game Devolopment
    • Ai Courses
    • Web Design Tuts
    • Other Tutorials
  • 3D Models
    • 3ds Max
    • Maya
    • Daz 3D poser
    • Game Assets
    • Cinema 4D
  • Plug-ins
    • AE Plugin
    • Photoshop
    • Illustrator
    • Cinema 4D
    • 3D Max
No Result
View All Result
PSDLY.COM
No Result
View All Result
Home 3D Tutorials

Unity Turn-Based Strategy Game – Intermediate C# Coding

June 22, 2022
in 3D Tutorials, Free Course, Tutorials
Unity Turn-Based Strategy Game - Intermediate C# Coding

Unity Turn-Based Strategy Game - Intermediate C# Coding

This Asset we are sharing with you the Unity Turn-Based Strategy Game – Intermediate C# Coding free download links. On our website, you will find lots of premium assets free like Free Courses, Photoshop Mockups, Lightroom Preset, Photoshop Actions, Brushes & Gradient, Videohive After Effect Templates, Fonts, Luts, Sounds, 3d models, Plugins, and much more. Psdly.com is a free graphics content provider website that helps beginner graphic designers as well as freelancers who can’t afford high-cost courses and other things.

File Name:Unity Turn-Based Strategy Game – Intermediate C# Coding
Content Source:https://www.udemy.com/course/unity-turn-based-strategy/
Genre / Category:3D Tutorials
File Size :7.6GB
Publisher:udemy
Updated and Published:June 22, 2022
Product Details

Learn to create turn-based gameplay with multiple Units, along with grid-based movement and logic!

What you’ll learn
Take your Skills from Beginner to Advanced.
Learn to manage and organize a complex project.
Advanced Programming concepts, such as; C# generics, C# events, and custom structs.
Create a custom Grid System.
Learn A* Pathfinding.
Create Actions while writing good high quality code.
Requirements
Familiar with the Unity editor
Basic to intermediate knowledge of C#
If you’ve taken any of our Complete Unity 2D or 3D courses you’ll be good to go!
Description
Are you looking to level up your game development skills and take your projects to the next level?Do you like games like XCOM2 or Final Fantasy Tactics?In this course, you’ll take your skills from beginner to advanced, learn to manage and organise a complex project. You’ll create a custom Grid System and learn advanced Programming concepts, such as; C# generics, C# events, and custom structs. Plus A* Pathfinding!Even if you’re not interested in turn-based strategy games, these skills are transferable to other types of games.You’ll create turn-based gameplay with multiple Units, along with grid-based movement and logic. You’ll also add enemy AI and with all the actions you create, you’ll be writing good high quality code.Writing reusable and easily extendable codeLearn to organise a complex projectSeparate gameplay logic from animation and visual componentsLearn to write clean code, how to keep all systems decoupledYou’ll need to be familiar with the Unity editor, and have a basic to intermediate knowledge of C#. If you’ve taken any of our Unity courses (or the equivalent) you’ll be good to go.You’ll get full lifetime access for a single one-off fee. The creators are qualified and experienced coders, so are able to explain complex concepts clearly, as well as entertain along the way. We’re thrilled to have teamed up with Code Monkey to bring you this course.All students have access to the Q&A forums where our Instructors, Teaching Assistants and Community are ready to help answer your questions and cheer on your success. Ready to create your own Turn-Based Strategy game? Come join the course now!

Overview

Section 1: Introduction

Lecture 1 Promo

Lecture 0 Welcome To The Course

Lecture 0 Community & Support

Lecture 0 Links & Resources

Lecture 0 Set Up Unity & VS Code

Lecture 0 IntelliSense Issues?

Lecture 0 Reminder Of C# Fundamentals

Lecture 0 Accessing Our Projects

Lecture 0 Project Setup

Lecture 0 Render Pipeline and Assets

Lecture 0 Post Processing

Section 2: Unit Movement & Selection

Lecture 2 Intro – Unit Movement and Selection

Lecture 3 Unit Base Setup

Lecture 4 Unit Move

Lecture 5 Mouse Raycast

Lecture 6 Mouse World Position

Lecture 7 Unit Click to Move

Lecture 8 Public vs SerializeField Private

Lecture 9 Unit Animations Setup

Lecture 0 Unit Animator

Lecture 10 Unit Animator Parameters

Lecture 0 Unit Rotate when Moving

Lecture 11 Unit Selection

Lecture 12 Unit Selected Visual, Events

Lecture 13 Unit Selected Visual, Singleton

Section 3: Grid System & Camera

Lecture 14 Intro – Grid System and Camera

Lecture 15 Grid System Design

Lecture 16 Grid System

Lecture 17 Grid Object

Lecture 18 Grid Object Debug

Lecture 19 Level Grid

Lecture 20 Cinemachine

Lecture 21 Camera Move and Rotate

Lecture 0 Camera Zoom

Lecture 0 Intro – Actions and UI

Lecture 0 Move Action

Lecture 0 Move Action Validate

Lecture 0 Grid Visual

Lecture 0 Base Action Class

Lecture 0 Single Active Action

Lecture 0 UI Setup

Lecture 0 Unit Action System UI

Lecture 0 Click UI to Select Action

Lecture 0 Generic Take Action

Lecture 0 Selected Action UI Visual

Lecture 0 Action Busy UI

Lecture 0 Action Points

Lecture 0 Turn System

Lecture 0 Intro – Enemies and Combat

Lecture 0 Enemy

Lecture 0 Shoot Action

Lecture 0 Unit Animator

Lecture 0 Shooting Bullet Visual

Lecture 0 Health System

Lecture 0 Ragdoll

Lecture 0 Unit World UI

Lecture 0 Action Camera

Lecture 0 Grid Visual Colors

Lecture 0 Enemy AI Basic

Lecture 0 Enemy AI Complex

Lecture 0 Intro – Pathfinding

Lecture 0 C# Generics

Lecture 0 Grid System Generics

Lecture 0 Pathfinding Overview

Lecture 0 Pathfinding Script

Lecture 0 Pathfinding Implementation

Lecture 0 Pathfinding Obstacles

Lecture 0 Level Design

Lecture 0 Unit Move with Pathfinding

Lecture 0 Intro – Polish

Lecture 0 Screen Shake

Lecture 0 Grenade Action

Lecture 0 Grenade Visuals

Lecture 0 Destructible Crate

Lecture 0 Destructible Crate Parts

Lecture 0 Sword Action

Lecture 0 Interact Action

Lecture 0 Interface IInteractable

Lecture 0 Input Refactoring

Lecture 0 Input System

Lecture 0 Final Level

Lecture 0 Congratulations! What’s Next?

If you’re looking to take your skills from Beginner to Advanced,If you want to improve your coding skills and take your projects to the next level,If you want to create a turn based strategy game 🙂

AVvXsEiLqUTt1BsKP6hacYLA6TVstVi7Id8qbiqwn4XVnFbhBpK1bZC y JOPrVjOZbBjOqGhQ0xN3w4aI8agKQEpoKC1SxT83C JUMtbWCYoNn1z9n63kGSQbO6LxUBv60Q2C7zFDBdmqTa1qBdaTG1sqMKLuovSbIJDUWbT O4u2oO6Tntoqvk4yhlP67O=s16000

DOWNLOAD LINK: Unity Turn-Based Strategy Game – Intermediate C# Coding

Unity TurnBased Strategy Game Intermediate C Coding.part1.rar – 1.8 GB
Unity TurnBased Strategy Game Intermediate C Coding.part2.rar – 1.8 GB
Unity TurnBased Strategy Game Intermediate C Coding.part3.rar – 1.8 GB
Unity TurnBased Strategy Game Intermediate C Coding.part4.rar – 1.8 GB
Unity TurnBased Strategy Game Intermediate C Coding.part5.rar – 596.9 MB

FILEAXA.COM – is our main file storage service. We host all files there. You can join the FILEAXA.COM premium service to access our all files without any limation and fast download speed.

Subscribe Our Telegram Channel
Tags: 3d tutorialsfree courseTutorials

More Download

The Complete Vibe Coding for Non-coders Guide
Other Tutorials

Udemy – The Complete Vibe Coding for Non-coders Guide

...

SwiftUI Essentials: Kickstart Your iOS Development Journey
Other Tutorials

Udemy – SwiftUI Essentials: Kickstart Your iOS Development Journey

...

Master PHP Programming: From Beginner to Advanced Developer
Programming

Udemy – Master PHP Programming: From Beginner to Advanced Developer

...

SAP S4: CO "UPA"-Event-Based-Product Cost by Sale order-MTO
Other Tutorials

Udemy – SAP S4: CO “UPA”-Event-Based-Product Cost by Sale order-MTO

...

Load More

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *


Creative Search

No Result
View All Result

About us.

You Can Download Free Thousands of Premium Quality Graphics Resource Mockups, Videohive, Templates, Fonts, Course, Add-Ons, Web Theme for Personal use

Follow us

Free GFX Pack

  • Free Mockups
  • Free Logo Mockups
  • Free T-Shirt Mockups
  • Free Product Mockups

Free VFX Pack

  • Free Footage
  • Free Premiere Pro
  • After Effect Template
  • Free Videohive Download

Free Add-Ons

  • Brushes And Gradient
  • Free Lightroom Preset
  • Free Photoshop Actions

Free Web Pack

  • Free Wp Theme
  • Free Wp Plugin
  • Free HTML Theme
  • Free Blogger Template
  • Home
  • Donate
  • About us
  • Contact
  • DMCA – Content Removal

© 2019 - 2024 Psdly.com. All rights reserved.

No Result
View All Result
  • Photoshop
    • Mockups
      • Logo Mockups
      • T Shirt Mockups
      • Business Card
      • Branding Mockups
      • Stationery Mockups
      • Flyer/Poster Mockups
      • Bill-Board Mockups
      • Product Mockups
      • Brochure Mockups
      • Device Mockup
    • Lightroom Preset
    • Photoshop Actions
    • Brushes & Gradient
    • Patterns
    • Objects
    • Textures
    • Templates
    • Magazine
  • Videohive
    • After Effect
      • Broadcast Packages
      • Elements
      • Infographics
      • Logo Stings
      • Titles
      • Openers
      • Product Promo
    • Premiere Pro
    • DaVinci Resolve
    • Footage
    • Apple Motion
    • VIP Templates
  • Fonts
  • Luts
  • Sounds
    • VSTAudio
    • Loops
    • Sound Effect
    • Sound FX
    • Refills
  • Courses
    • After Effects Tutorials
    • WSO Tutorials
    • 3D Tutorials
    • Drawing & Painting
    • Film & Media
    • Flash Tutorials
    • Music Learning
    • Photoshop Tutorials
    • Photography
    • Programming
    • Sound & Production
    • Game Devolopment
    • Ai Courses
    • Web Design Tuts
    • Other Tutorials
  • 3D Models
    • 3ds Max
    • Maya
    • Daz 3D poser
    • Game Assets
    • Cinema 4D
  • Plug-ins
    • AE Plugin
    • Photoshop
    • Illustrator
    • Cinema 4D
    • 3D Max