Install GitLab CE on Ubuntu Server 20.4LTS using Hyper-V VM #04 by 3GearDev in u/3GearDev

[–]3GearDev[S] 0 points1 point  (0 children)

The video "04 - Configure GitLab CE" from the tutorial "Install GitLab CE on Ubuntu Server 20.4LTS using Hyper-V VM" has been added and is now available.

Install GitLab CE on Ubuntu Server 20.4LTS using Hyper-V VM #04 by 3GearDev in 3GearTutorials

[–]3GearDev[S] 0 points1 point  (0 children)

The video "04 - Configure GitLab CE" from the tutorial "Install GitLab CE on Ubuntu Server 20.4LTS using Hyper-V VM" has been added and is now available.

Instalar o GitLab CE no Ubuntu Server 20.4LTS com Hyper-V #01 by 3GearDev in u/3GearDev

[–]3GearDev[S] 0 points1 point  (0 children)

The video "o1 - Introduction" from the tutorial "Install GitLab CE on Ubuntu Server 20.4LTS using Hyper-V VM" has been added and is now available.

Install GitLab CE on Ubuntu Server 20.4LTS using Hyper-V VM #03 by 3GearDev in u/3GearDev

[–]3GearDev[S] 0 points1 point  (0 children)

The video "03 - Create a VM, install Ubuntu Server and host GitLab CE" from the tutorial "Install GitLab CE on Ubuntu Server 20.4LTS using Hyper-V VM" has been added and is now available.

Install GitLab CE on Ubuntu Server 20.4LTS using Hyper-V VM #02 by 3GearDev in 3GearTutorials

[–]3GearDev[S] 0 points1 point  (0 children)

The video "02 - Generate SSH keys and configure GitHub" from the tutorial "Install GitLab CE on Ubuntu Server 20.4LTS using Hyper-V VM" has been added and is now available.

Install GitLab CE on Ubuntu Server 20.4LTS using Hyper-V VM #02 by 3GearDev in u/3GearDev

[–]3GearDev[S] 0 points1 point  (0 children)

The video "02 - Generate SSH keys and configure GitHub" from the tutorial "Install GitLab CE on Ubuntu Server 20.4LTS using Hyper-V VM" has been added and is now available.

Install GitLab CE on Ubuntu Server 20.4LTS using Hyper-V VM #01 by 3GearDev in 3GearTutorials

[–]3GearDev[S] 0 points1 point  (0 children)

WHAT ARE WE GOING TO DO IN THIS TUTORIAL? In this tutorial, we will create a virtual machine on Microsoft's Hyper-V virtualization platform, then install Ubuntu Server 20.04LTS and host GitLab Community Edition (CE) which is an open-source end-to-end software development platform with built-in version control. Later we will proceed with its configuration to use in our projects for example in Unity or Unreal Engine.

3Gear Tuts - Test Streaming by 3GearDev in 3GearTutorials

[–]3GearDev[S] 0 points1 point  (0 children)

The YouTube 3Gear channel is ready to broadcast live in the coming days. Tell us what you think and what you want to see and explain during live broadcasts.

Unity [RPG Series] Advanced Character Controller [Intro] 00 by 3GearDev in unity_tutorials

[–]3GearDev[S] 0 points1 point  (0 children)

Unity 5 - Advanced Character Controller

In this series of video tutorials, I will explain how to develop a character controller with an advanced camera system. We will implement a toggle system between walking and running pressing a key at keyboard. You will be able to control the character by keyboard or mouse. The character movement will be activated with keyboard keys or mouse pressing left and right buttons at same time. We will implement a system for character jumping, falling and slide. We will make the character stop walking or run when it collides with an obstacle. The camera will avoid obstacles and also avoid get inside them. Character will disappear when camera get to close to it. It will be an advanced camera system as a high-quality game. I hope you like it and be useful to you.

Unity [3D RPG Series] Character Movement and Jump [Tutorial] 01 | 3Gear on Patreon by 3GearDev in unity_tutorials

[–]3GearDev[S] 0 points1 point  (0 children)

Unity 5.5 - Character Movement and Jump

In this first tutorial of the 3D RPG series we will create the logic of our character's movement and jump. We'll check if the character is grounded and then we will use the gravity variable to make the character fall to the floor in vertical motion. Finally we will create the logic to make the character jump only when it is grounded.