blog of knowledge
How to customize Unity script templates
IntermediateTips
When you're creating a new script, Unity editor generates its contents and for C# script it uses the file name as the class name. It looks like this. using UnityEngine; using...
Piotr Korzuszek
3
Rendering custom GUI on Scene view
AdvancedTips
If you're using assets from the Asset Store then most probably you realized that some scripts introduce custom GUI elements inside the scene view. Custom GUI elements...
Piotr Korzuszek
3
Hide or lock layer in Scene window
BasicsTips
Have you ever found yourself in a situation that the object you've put into the scene can be selected too easily or is covering some other important scene objects?...
Piotr Korzuszek
0
Executing Custom Scripts from Unity’s Menu
IntermediateTips
You can do wonderful things with your Unity editor via scripting. For instance, you can write a script to populate your scene with random objects. All you need is a method...
Piotr Korzuszek
3
Hold the Alt button to expand or collapse the Hierarchy
BasicsTips
Did you know that by holding the Alt button while clicking on Hierarchy or Project window arrows you can completely expand or collapse its contents? It can be especially...
Piotr Korzuszek
0
Using the Unity Cache Server
IntermediateTips
  If you're working on a medium or big project then you may get into a situation when pulling your project from the repository (or switching to a different...
Piotr Korzuszek
4
UnityToolbag – Library Overview
AdvancedTips
One of the greatest powers of the Unity is extensibility. You can see this especially by looking at the Asset Store. There's plenty of scripts that will extend your Unity...
Piotr Korzuszek
2
You can search your scene objects by component’s type
BasicsTips
Did you know that besides searching your Hierarchy window by object name you can actually filter your scene objects by component names they have? As you already know,...
Piotr Korzuszek
0
Profiling Unity Application with Profiler Samples
AdvancedTips
The Unity Profiler Samples is something that most of Unity users are unaware of. Yet it can be extremely helpful if you want to find out what amount of resources your...
Piotr Korzuszek
0
You can switch your Inspector into the debug mode
IntermediateTips
Unity Inspector is extremely useful tool when it comes to tuning up your game objects and components. By default, the inspector is displaying only public and serializable...
Piotr Korzuszek
1
You can restore unsaved scene after Unity crash
BasicsTips
Unity as any other software out there may crash from time to time. It's not a big deal unless the last time you saved your scene file was somewhere near your lunch and...
Piotr Korzuszek
1
Use Invoke methods to execute code at a given time
AdvancedTips
What if you need to invoke a specific code in 2 seconds? You can write an accumulator that counts time, use coroutine to wait for 2 seconds or simply use Invoke or InvokeRepeating...
Piotr Korzuszek
1
1 4 5 6
Call The Knights!
We are here for you.
Please contact us with regards to a Unity project below.



The Knights appreciate your decision!
Expect the first news soon!
hire us!