Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Dismiss Notice

A few problems with Unity

Discussion in 'Editor & General Support' started by Deleted User, Jun 12, 2014.

  1. Deleted User

    Deleted User

    Guest

    Hello everybody.
    I have some issues with Unity.
    1) When I open the Asset Store, the errors appear in the console.It does not disturb but the fact remains (see assetstore.PNG).
    2) A gameobject in Unity is highlighted incorrectly (see hierarchy.PNG).
    1. Сreate a script with the following code:
    Code (CSharp):
    1.  
    2. using UnityEngine;
    3. using System.Collections;
    4.  
    5. public class NewBehaviourScript : MonoBehaviour
    6. {
    7.     public GameObject Cube;
    8. }
    9.  
    2. Add a cube
    3. Assign a variable in the inspector.
    4. Click on a variable in the inspector.
     

    Attached Files:

  2. dbryson

    dbryson

    Joined:
    Nov 9, 2009
    Posts:
    269
    File bug reports.
     
  3. Deleted User

    Deleted User

    Guest

    I can't because bug reporter doesn't work.
     

    Attached Files:

  4. ElvisAlistar

    ElvisAlistar

    Unity Technologies

    Joined:
    Oct 2, 2013
    Posts:
    226
    The Asset Store issue should be fixed now, but the GameObject highlight is something I haven't seen before. If your bug reporter doesn't work (very strange, that one, too), please describe here the steps to get that highlight issue to happen (or record a quick screencast of getting the issue).
     
  5. Deleted User

    Deleted User

    Guest

    Steps to reproduce:
    1. Create a C# script with the following code:
    Code (CSharp):
    1.  
    2. using UnityEngine;
    3. using System.Collections;
    4.  
    5. public class NewBehaviourScript : MonoBehaviour
    6. {
    7.     public GameObject Cube;
    8. }
    9.  
    2. Attach this script to Main Camera
    3. Create a cube via GameObject -> Create other -> Cube
    4. Select Main Camera,assign the variable "Cube" with the created GameObject.
    5. Click on the variable in the inspector tab (see Click.PNG,I have highlighted a zone where to click).
    6. Take a look at hierarchy.
    That's it.
    P.S. I'm able to reproduce this issue on another PC.
    P.S.S. I can make a video if you want but a bit later.
     

    Attached Files:

  6. ElvisAlistar

    ElvisAlistar

    Unity Technologies

    Joined:
    Oct 2, 2013
    Posts:
    226
    Thanks for the nice repro steps. I was able to reproduce the issue here and I will assign this bug to our developers.