Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

948 total results found

module 2

[Completed] Professional Google Cyberse...

module 3

[Completed] Professional Google Cyberse...

module 4 (36% of the course lmfao)

[Completed] Professional Google Cyberse...

Cyber Defence Frameworks

[FORGOTTEN] tryhackme SOC Level 1

Discover frameworks and policies that help establish a good security posture. Learn how organisations use these in defensive strategies.

picoCTF toolkit

ctf toolkit

temp

unity devlog: jr programmer courses unit 1.1 game 1 dev log

using System.Diagnostics; using System.Collections; using UnityEngine; [DebuggerDisplay("{" + nameof(GetDebuggerDisplay) + "(),nq}")] public class PlayerController : MonoBehaviour { public float speed = 5.0f; // Start is called before the fi...

RealTimeColors.com

cool stuff

https://www.youtube.com/watch?v=HAlIWRcldoc make a website color pallet

The Warrior’s Spirit

Mr. Deli's work Fight

Cladded in armour unbreakable Armed with steel and iron will Bare the scars of the fallen  Breathe the ashen pain Casting fear aside  A fiery rage grows within

stolin unity design doc

unity devlog: jr programmer courses Introduction to project management and ...

because its stolen  here's a link to where I got ithttps://connect-prd-cdn.unity.com/20201117/bb422f61-9b42-4521-9828-910aae22e39c/Example%20of%20Project%20Charter.pdf so ig this is what it would look like :D

Stolen Unity Design doc v2

unity devlog: jr programmer courses Introduction to project management and ...

again since its stolen heres the link https://connect-prd-cdn.unity.com/20201117/99fd6c6b-0d44-42f5-9373-eb8a1887cacf/Project%20Design%20Doc%20TEMPLATE%20-%20[GDOC].pdf

1.Overview

unity devlog: jr programmer courses Introduction to project management and ...

Project management and teamwork are often referred to as “soft skills” for design and development roles. Although project management can get technical, and there are several different project management methodologies you might encounter, it primarily takes...

2.Recap the phases of production

unity devlog: jr programmer courses Introduction to project management and ...

Individuals, teams, companies, and organizations will each have their particular methods for project management, but generally most projects break down into phases.  As you explored when learning about the real time production cycle, typically the p...

3.Overview of project planning

unity devlog: jr programmer courses Introduction to project management and ...

hen working on projects, you need to plan appropriate schedules, manage time, communicate, and collaborate. Even if you’re working on a project independently, it’s likely that you’ll be communicating with others at some point in the production process, e...

4.Design documents and project plans

unity devlog: jr programmer courses Introduction to project management and ...

In the pre-production phase at the start of the project, design documents are created to help define and scope what you are going to create. These documents include: Game (or Experience) Design Documents (GDDs) Target user personas Project char...

5.Managing projects and tracking progress

unity devlog: jr programmer courses Introduction to project management and ...

Once you have your project clearly scoped out, it is time to start planning how to manage a project by planning appropriate schedules and managing a project plan. While the project plan is usually created in pre-production, it is used and iterated upon thr...

6.Exercise: Identify tools to support your project management and tracking

unity devlog: jr programmer courses Introduction to project management and ...

There are a variety of project management tools that can help you to identify and plan all the steps of a project . Products like Trello, Favro, Airtable, Monday.com, Google Apps, Jira, and GitHub offer various features to support individuals and teams to ...

7.Preparing to publish

unity devlog: jr programmer courses Introduction to project management and ...

In the post-production phase, you’ll prepare to publish your project. Your project plan should account for quality assurance (QA) testing, content editing and revision, bug fixing, and final polishing of the deliverables.  Let’s consider quality a...

8.Releasing your project

unity devlog: jr programmer courses Introduction to project management and ...

Once your project has been tested, fixed, and validated, you are ready to publish. Your project plan should account for when and where you are publishing your product — ideally, you’ve been sticking to your deliverable date, and you are publishing your proje...

9.Operations activities and retrospectives

unity devlog: jr programmer courses Introduction to project management and ...

Operations activities The final phase of the production cycle, operations, includes work typically done after a product has been released to keep it running. Although operations activities generally don’t start until the release date, they should be...

10.Summary

unity devlog: jr programmer courses Introduction to project management and ...

In this tutorial, you’ve explored the basics of project management. These are applicable to any project you work on: big or small, for real-time experience creation, or for any other kind of project! When you start your next project, use these recomme...

Introduction

unity devlog: jr programmer courses Unit 2

we will make a top down prototype where you shoot things that come after you, kindof like galiga except in 3d and not at all like galiga XD

Lesson 2.1 - Player Positioning

unity devlog: jr programmer courses Unit 2

Summary Overview: You will begin this unit by creating a new project for your second Prototype and getting basic player movement working. You will first choose which character you would like, which types of animals you would like to interact w...

1.Create a new Project for Prototype 2

unity devlog: jr programmer courses Unit 2

Open Unity Hub and create an empty “Prototype 2” project in your course directory on the correct Unity version. If you forget how to do this, refer to the instructions in Lesson 1.1 - Step 1 Click to download the Prototype 2 Starter Files, ext...

the path of a dream

Naru's work

2.Add the 3d assets + first few lines of code

unity devlog: jr programmer courses Unit 2

If you want, drag a different material from Course Library > Materials onto the Ground object Drag 1 Human, 3 Animals, and 1 Food object into the Hierarchy Rename the character “Player”, then reposition the animals and food so you can see th...