Make Underwater Camera - Realistic Effect!thetperson314Dec 9, 20221 min readUpdated: Apr 29, 2023Making an Underwater effect in unity is prety simple
#define POST_TITLE (Unity Conditional Compilation)In this post we will learn to to use #define with #if in Unity to make your development process easier. * If you already know to to use...
Get all the Children in Transform even if the Children are inactiveWhen using GetComponentsInChildren<Transfrom>() You get the transform children but only the child objects that are currently active in...