Does a Child Canvas (Canvas in a Canvas) have some sort of merit?
I see that the canvas has a functionality to become a child of another canvas. When setting it, you inherit all of the values besides a couple which you can set manually (i.e. Pixel Perfect). Are there...
View ArticleFinding path(Directory) of Script from class
I know you can find the path of the script file if you have an instance: `AssetDatabase.GetAssetPath(MonoScript.FromScriptableObject(instance));` However it seems odd to me that you need to have an...
View ArticleImporting Rig, 'Avatar Definition' setting
I don't quite understand how the rig importing works. I am using Ethan from the third person controller standard asset. It comes with a couple animations which the avatar definition is set to "Create...
View ArticleLoad scene/prefab when running a test through the test runner
I am trying to write tests for my motor controller to make sure it works. However I want to load test stages that are either stored in prefabs or in a scene. I am totally lost on how to load the scene...
View Article