I just recently installed Unity personal (Free) and I’m unable to change the color of my cube after entering C# script and playing in game mode. Still unable to execute or change color when striking key R,G,B. Any ideas will be helpful. Is my Unity Personal missing features?
I also could not complete simple tutorials such as 3 minute game! On Youtube www.youtube.com/watch?v=i30menw6gvU
Error = All compiler errors have to be fixed before you can enter playmode!
UnityEditor.SceneView:ShowCompileErrornotication()
using UnityEngine;
using System.Collections;
public class color : MonoBehaviour
{
Also you might choose to post on one of the support forum next time you have a somewhat technical question, (under Unity Community Support on the general forum list) that way you’ll have more chances to have correct answers. (Considering that the WIP forum is more for showing and discussing any kind of work in progress rather than asking support questions.)
And as LaneFox pointed out try the official unity tutorial first you might find a lot of update answers there (as unity is always evolving lots of old tutorial you can find elsewhere might sometimes use deprecated functions).
A) Read the stickies about the category you’re posting in before you post.
B) Post in the correct category.
C) Format code.
D) Unity personal and pro are the same (literally, the same app). It can’t be “missing features”, and there’s never any need to specify personal or pro anymore, with the only exception being topics about the splash screen (or if you want to complain about the dark skin).