An Overview of Unity and C#

An Overview of Unity and C#

Check out our latest Unity courses in the Unity Game Development Mini-Degree. Transcript Part 1 The transfer component allows you to specify a game objects position, rotation, and scale. We’ve … Read more

Learn Unity Scripting in 13 Quick Minutes - C# Primer

Learn Unity Scripting in 13 Minutes

You can access our full Unity scripting course set here: Unity Game Development Mini-Degree Unity Game development isn’t just about object manipulation- mastering Unity scripting with C# is the key … Read more

ansible tutorial

Ansible Quickies – Useful Code Snippets

Delete a remote folders and files in Ansible file: path=/some-folder/some-subfolder state=absent   Sync files from a directory inside of another directory in Ansible synchronize: src=/home/fariazz/www/cursowordpress/wp-content/themes/twentyfifteen-child-zenva/ dest=/home/945837.cloudwaysapps.com/byzecxcvae/public_html/wp-content/themes/twentyfifteen-child-zenva delete=yes   Execute bash … Read more