Niclas Gleesborg - Nigl

Niclas Gleesborg - Nigl

Public page for Niclas Gleesborg

Honeygain: Passive Income — Effortlessly 28/05/2021

I wrote an article about HoneyGain - Earn Passive Income Effortlessly: https://nigl.medium.com/honeygain-passive-income-effortlessly-ff20efa0469e?sk=9ff1ec611a40661eca5c29bb58def264

Honeygain: Passive Income — Effortlessly HoneyGain works by giving you credits (which can be paid out) by sharing your internet securely for private companies who are under location-based restrictions or censorship. The app cannot gain…

Timeline photos 15/10/2019

Become a better Developer with Computer Juice 🥤 😅

Using On Application Pause in a Regular C# Class 23/08/2019

https://youtu.be/XwnQf0YcX5M

Using On Application Pause in a Regular C# Class In this video you will learn how to use events only available for Monobehaviours in class that are not a monobehaviour. Specifically we will look at the OnAp...

Create an ANALOG SPEEDOMETER in Unity. 14/08/2019

https://youtu.be/7nUxTKSuwO8

Create an ANALOG SPEEDOMETER in Unity. In this video you will learn how to create a speedometer in Unity. The needle will animate smoothly through the range of motion that you can define yourself....

13/08/2019

Next tutorial: Learn how to make a speedometer :) coming soon!

PlayFab and Unity: Implement Leaderboards 10/08/2019

Want leaderboards in your game? Try PlayFab! Learn how in this video:

https://www.youtube.com/watch?v=WTO2FRP05qw

PlayFab and Unity: Implement Leaderboards In this video you will learn how to implement leaderboards in your Unity projects using PlayFab leaderboards. Get the samples here: https://github.com/Niclas...

01/08/2019

Did you know?
You can use Debug.Break() in your code to pause the editor.

Upgrade from WWW to UnityWebRequest 29/07/2019

Learn how to upgrade from WWW to UnityWebRequest in this quick'n'short video. Learn how to download an image from the internet onto a texture in your game:
https://youtu.be/bCeWNAW7WvU

Upgrade from WWW to UnityWebRequest In this video you will learn how to convert your obsolete WWW into UnityWebReequest. UnityWebRequest provides more functionality and is also faster. ❤PATREON...

11/07/2019

i'm on vacation the next couple of weeks. Immediately following I will continue the PlayFab and Unity series! Have a great summer!

PlayFab and Unity: Authentication - Part 2 04/07/2019

Part 2 available now!

Learn how to store a users' login safely in your Unity game using PlayFab. Also learn how to do a recoverable login mechanism using email and password. All in this video:
https://www.youtube.com/watch?v=KJ1S1SCPLC0

PlayFab and Unity: Authentication - Part 2 Learn how to implement PlayFab in Unity. In this series we will work together on using all free PlayFab services. In this video we will further tackle authen...

PlayFab and Unity: Authentication - Part 1 02/07/2019

Learn about PlayFab and how to use it with Unity. A new series on Youtube.
https://www.youtube.com/watch?v=tGjJMIYhOhE

PlayFab and Unity: Authentication - Part 1 Learn how to implement PlayFab in Unity. In this series we will work together on using all free PlayFab services. In this video we will tackle authentication...

07/06/2019

10.000! Students on Udemy. Thank you so much everyone!
Remember to check out my blog: https://www.niclasgleesborg.xyz for regular new free content.

HERE'S HOW! - Unity3D: Integrate Facebook AND Firebase in Unity! 27/05/2019

Use Facebook in your game! Learn to integrate the Facebook SDK in Unity to allow users to sign in using their Facebook login. When you've done this you can leverage the power of Facebook to let your players invite friends to your game and more!

Also learn to integrate Firebase! With firebase you can get advanced analytics as well as a database for your game which empowers you to create leaderboards and much more!

Watch this introductory video and subscribe to follow development of my (now announced) upcoming game.

https://www.youtube.com/watch?v=z_C2HkIUyJ0

HERE'S HOW! - Unity3D: Integrate Facebook AND Firebase in Unity! In this video you will learn how to use the Facebook SDK and Firebase SDK in Unity (unity3d). You will see the steps necessary to get the right keys and how ...

Extend UI Button behaviour in Unity and create a Custom Inspector 23/05/2019

Extend UI Button behaviour in Unity and create a Custom Inspector
http://niclasgleesborg.home.blog/2019/05/23/extend-ui-button-behaviour-in-unity-and-create-a-custom-inspector/

Extend UI Button behaviour in Unity and create a Custom Inspector If you want to add extra functionality to any UI component in Unity there are a few things to keep in mind. In this post we will go through how to extend the behaviour of a Button by adding an extr…

Creating smooth transitions between scenes in Unity aka Loading Screen 19/05/2019

Creating smooth transitions between scenes in Unity aka Loading Screen
http://niclasgleesborg.home.blog/2019/05/19/creating-smooth-transitions-between-scenes-in-unity-aka-loading-screen/

Creating smooth transitions between scenes in Unity aka Loading Screen In this article you will learn to create a transition screen between scenes in Unity There are several ways to do this and if you search on the internet you will find many interesting and cool ways…

Make a GameObject move smoothly from one point to another. 15/05/2019

https://niclasgleesborg.home.blog/2019/05/15/make-a-gameobject-move-smoothly-from-one-point-to-another/

Make a GameObject move smoothly from one point to another. Learn how to create a simple animation using Vector3.Lerp and Monobehaviour.Update Smooth moving circle using Vector3.Lerp There are hundreds of ways to make gameobjects move in Unity. When you hav…

Make a GameObject move smoothly from one point to another. 15/05/2019

Learn how to create a simple animation using Vector3.Lerp and Monobehaviour.Update Smooth moving circle using Vector3.Lerp There are hundreds of ways to make gameobjects move in Unity. When you have access to the transform of a gameobject you have several options on how you want to handle movement. The key is to found out which way match the vision for what you want to do. [ 800 more words ]
http://niclasgleesborg.home.blog/2019/05/15/make-a-gameobject-move-smoothly-from-one-point-to-another/

Make a GameObject move smoothly from one point to another. Learn how to create a simple animation using Vector3.Lerp and Monobehaviour.Update Smooth moving circle using Vector3.Lerp There are hundreds of ways to make gameobjects move in Unity. When you hav…

In the day of a Unity developer 14/05/2019

https://niclasgleesborg.home.blog

In the day of a Unity developer Follow a Unity developer day by day and learn tips and tricks.

06/05/2019

Dear fellow developers. What would you like to see a video about next?

20/03/2019

DO YOU WANT FEEDBACK ON YOUR CODE?

If you need help with your Unity project, be it c # or unity specific I am here to help.

If you want review of your game or just parts of the code just send me a message on messenger and I will help you out!

Using Prefabs Variants in Unity 12/03/2019

Prefab Variants! New to Unity 2018.3 is a revamped Prefab system with some really nice features. In this video you will learn about Prefab Variants which allows you to create a base prefab which other prefabs can inherit from. Almost like classes in c #. Watch now:
https://www.youtube.com/watch?v=wGg5sCwkGXY

Using Prefabs Variants in Unity Learn to Use Prefab Variants to increase your workflow in Unity. Prefab Variants are new for Unity 2018.3 and can increase the ease of use of Prefabs. Previo...

What NOT to do in Unity 08/03/2019

What NOT to do in Unity? Get some tips on things you should look out for when creating games in Unity in the next video on Youtube. Set a reminder right here: https://www.youtube.com/watch?v=D4Kavb7X7FA

Be sure to subscribe if you enjoy my videos. If you not, please let me know how to improve!

What NOT to do in Unity In this video we will go through some common mistakes made in Unity be developers and teams. Read the article here: https://unity3d.com/how-to/unity-common-m...

A brief introduction to Scriptable Objects 06/03/2019

Heard about scriptable objects? Not quite sure what they are about?

Join in tomorrow where I'll release a short video showing you how to create your own Scriptable Objects and giving a couple of examples on what you can use them for.

Subscribe on Youtube to be reminded and watch it right here:
https://www.youtube.com/watch?v=7OCV9R0C9RM

A brief introduction to Scriptable Objects Read more: https://docs.unity3d.com/Manual/class-ScriptableObject.html https://docs.unity3d.com/ScriptReference/ScriptableObject.html Support the channel: ht...

Unity Attributes: Take control of the Inspector window 02/03/2019

Learn about Attribute to control the Unity Inspector Window and make it look nice in this Youtube video:
https://www.youtube.com/watch?v=Q2xwYHaqQB0

Would you like more free content?

Unity Attributes: Take control of the Inspector window In this video you will learn about Attributes in Unity and how they can be useful when working with the inspector. Support the channel: https://streamlabs.co...

Learn the Unity Basics 28/02/2019

Want to get started with Unity? Join this recorded live-stream where I go through the basics:
https://www.youtube.com/watch?v=YcDwfoAjBQk

Subscribe to participate in future live-streams so I can answer your questions :)

Learn the Unity Basics Support the stream: https://streamlabs.com/niclasgleesborg Follow Niclas as he creates games and prototypes or otherwise explores the full stack to game crea...

Niclas Gleesborg 27/02/2019

Hello everyone!

As a new initiative I will be streaming game creation and other related content where I can answer questions real-time and also quickly show of techniques and overall get to show you much more by having direct conversation with you.

If you are interested in these live-streams or other free videos about Unity and game creation please follow me on Youtube right here: https://www.youtube.com/channel/UC-bNkJnkLW-_DCMU4puN6aw?sub_confirmation=1

You will also see me learn new tools which can help creating more immersive games. This can be anything from 3d modelling to audio engineering.

Have a great week!

Niclas Gleesborg My name is Niclas and I'll be your instructor. This Youtube Channel is a supplement to the courses provided at Udemy: https://www.udemy.com/user/niclas-glees...

Learn Unity and C# by Example - Create your own game! 10/02/2019

I'm happy to announce that my new course for beginners to C # and Unity is available now! https://www.udemy.com/learn-to-code-and-create-games-with-unity-and-c/?couponCode=LOYAL_DISCOUNT

Use the link to get it for only 9.99$

Learn Unity and C# by Example - Create your own game! New to C #? New to Unity? This is the right place for you! Learn several Unity topics and C #.

Videos (show all)

Next tutorial: Learn how to make a speedometer :) coming soon!