Hey guys my Name is Anderson and im new with unity3d.
atm im following a tutorial http://walkerboystudio.com/html/unity_training___free__.html#unity3game3
I downloaded the archives to follow the tutorial when i got some erros on my screen when i try to load the project as in the video
Part 2: Getting Started
The game screen doesnot show up for me as in the video , bellow the errors.
Assets/Assets/2D Mario Assets/Standard Assets/Image Effects (Pro Only)/ColorCorrectionEffect.cs(6,38): warning CS0436: The type `ImageEffectBase' conflicts with the imported type `ImageEffectBase'. Ignoring the imported type definition
Assets/Assets/2D Mario Assets/Standard Assets/Image Effects (Pro Only)/TwirlEffect.cs(12,17): warning CS0436: The type `ImageEffects' conflicts with the imported type `ImageEffects'. Ignoring the imported type definition
Assets/Assets/2D Mario Assets/Scripts/screenShapeWipe.js(31,28): BCW0012: WARNING: 'UnityEngine.GameObject.active' is obsolete. GameObject.active is obsolete. Use GameObject.SetActive(), GameObject.activeSelf or GameObject.activeInHierarchy.
Assets/Assets/2D Mario Assets/Scripts/screenShapeWipe.js(32,28): BCW0012: WARNING: 'UnityEngine.GameObject.active' is obsolete. GameObject.active is obsolete. Use GameObject.SetActive(), GameObject.activeSelf or GameObject.activeInHierarchy.
Assets/Assets/2D Mario Assets/Scripts/screenShapeWipe.js(100,23): BCW0012: WARNING: 'UnityEngine.GameObject.active' is obsolete. GameObject.active is obsolete. Use GameObject.SetActive(), GameObject.activeSelf or GameObject.activeInHierarchy.
Scripts named 'ColorCorrectionCurvesEditor.js' exist in multiple locations (Assets/Assets/2D Mario Assets/Standard Assets/Editor/Image Effects/ColorCorrectionCurvesEditor.js). Please rename one of the scripts to a unique name.
Scripts named 'ColorCorrectionCurvesEditor.js' exist in multiple locations (Assets/Editor/Image Effects/ColorCorrectionCurvesEditor.js). Please rename one of the scripts to a unique name.
Scripts named 'EdgeDetectEffectNormalsEditor.js' exist in multiple locations (Assets/Assets/2D Mario Assets/Standard Assets/Editor/Image Effects/EdgeDetectEffectNormalsEditor.js). Please rename one of the scripts to a unique name.
Scripts named 'EdgeDetectEffectNormalsEditor.js' exist in multiple locations (Assets/Editor/Image Effects/EdgeDetectEffectNormalsEditor.js). Please rename one of the scripts to a unique name.
Scripts named 'SunShaftsEditor.js' exist in multiple locations (Assets/Assets/2D Mario Assets/Standard Assets/Editor/Image Effects/SunShaftsEditor.js). Please rename one of the scripts to a unique name.
Scripts named 'SunShaftsEditor.js' exist in multiple locations (Assets/Editor/Image Effects/SunShaftsEditor.js). Please rename one of the scripts to a unique name.
printscreen bellow.
can you guys help with it ? so i can continue my learning please?