Editor Questions

4

Solved

Hi everyone, This little piece of code has a bug. using UnityEngine; using System.Collections; public class TestRemoveChild : MonoBehaviour { public void Update() { if( Input.GetKeyDown( KeyCode.Y...
Krever asked 11/3, 2011 at 16:46

12

Hello, Today I started using Unity and after adding a terrain in my scene, I couldn’t move with wasd or my arrows in the scene view in FPS mode (holding right click button). I’m in perspective mode, I...
Floatation asked 29/12, 2013 at 12:41

4

In editor, I see massive and regular spikes from GC.Collect which freeze the game for anywhere from 200ms to over 1000ms. These spikes do not register in the normal profiler mode, only when profiling ...
Wend asked 21/7, 2019 at 15:3

5

Solved

Hi, I want to be able to see public fields in the debug tab of the inspector even when using [HideInInspector], is this possible? I hide items because they are public but for script access only. I don...
Recruitment asked 18/8, 2011 at 2:50

4

Solved

Hello everyone, I was wondering if can we change the variable name on inspector without changing it in script. For example: using UnityEngine; using System.Collections; public class Luces : MonoBeha...
Sohn asked 12/7, 2015 at 20:2

2

Solved

Hi, I want to know if it’s possible to create a Menu Item without using it’s attribute. For example, I want to know if there is a possible way to make it for example by calling a method: EditorMenu.Cr...
Cavan asked 23/8, 2016 at 15:50

1

Solved

Hey guys, I’m trying to install the Boss Room Utilities for the ClientNetworkTransform function but when I use the Package-Manager and Using Unity Beta 2022.2.0b13 version, I enter the git hub URL as ...

15

I can’t select objects by clicking on them in the scene view. I can still select them via hierarchy, but when selected they appear wireframed by a solid white line, and so are all other gizmos, like s...
Ashleeashleigh asked 10/11, 2011 at 19:53

6

Solved

how can i enable the “camera preview” (the little window in the scene-window)? it does not show up when i select the camera… thanks!
Badgett asked 5/7, 2012 at 20:34

4

Solved

For some reason, the window in File → Build Settings → Scenes in Build is locked as in the attached screenshot and I am unable to add further scenes by dragging or the "Add open Scenes" button and I c...
Governorship asked 1/1, 2020 at 9:37

3

I’ve created a new URP project through the Unity Hub template. When I select the main camera, the preview doesn’t appear on the Scene view. I’ve checked that the Camera section is expanded on the insp...
Jupiter asked 2/4, 2020 at 8:14

8

Solved

I have a custom editor inspector that I have labels that report data that gets sync via a custom button on the same inspector, this starts up WWW class to get the data. Once the data syncs and is post...
Ununa asked 16/10, 2012 at 6:16

2

I inherited a Unity project that uses a lot of extraneous tools, and they are getting in the way of me doing my part. In particular, this project has Photon Unity Networking attached to it, but it’s n...
Asp asked 3/5, 2014 at 14:39

1

Solved

I have a ScriptableObject, saved as a .asset, and I want it to contains an array of generated meshes. public class myObject : ScriptableObject { [SerializeField] Mesh[] myMeshes; void Construct ( in...

2

I jump between code and the Unity editor constantly. I want compilation to ONLY occur when I hit the play button. Is this possible?
Aladdin asked 2/9, 2018 at 14:40

4

Solved

Hi guys, so, I’m trying to make a script, an Editor, that will allow me to change a value - and see the result of the change immediately while in editor mode, e.g. not running the game. I manage to th...
Ambrotype asked 27/6, 2018 at 1:2

3

I’ve done everything I know how to do so far. I’ve added navmesh obstacles, volumes, and regular modifiers to the prefabs for the trees I am using for the terrain. no matter what I do when I bake the ...
Ultun asked 14/12, 2021 at 8:8

2

Solved

A popup window in Unity with Application.TickGlobalCallbacks frequently, but not consistently, appears while I’m working in Unity 2020.1.1f1. It has appeared after I placed game objects in the scene o...
Plaint asked 31/8, 2020 at 22:37

3

I keep getting this error pop up in a window in Unity, whether at start up, saving, or in general use: Resizing file C:/Users/Public/Documents/Unity Projects/ProjectName/Temp/tempFile failed: The req...
Epiphenomenalism asked 23/7, 2010 at 21:9

9

NullReferenceException: Object reference not set to an instance of an object UnityEditor.PropertyEditor.DrawEditors (UnityEditor.Editor[] editors) (at <4f969f18b6984883abf0f762caf9325d>:0) Unity...
Moribund asked 9/4, 2021 at 21:22

4

Solved

Every time I press play in the editor, I get a popup saying This is an android project collaborating with two other people I just met and it’s been awhile since I touched unity. Following the documen...
Depart asked 7/1, 2020 at 11:19

4

Solved

How do I uncheck all the checkboxes under the column “gizmo” in the Gizmos menu, in the Scene view of the Unity Editor, without clicking each one individually? Our project has hundreds of these, and e...
Consalve asked 20/11, 2014 at 21:51

5

Hi, I have a strange problem. The first few objects of my gameobject array which contains the asset previews from the specified folder return none or a missing texture. And every second time building ...
Distant asked 27/6, 2013 at 18:18

13

The inspector is currently stuck on one object, and I can’t focus on other objects in the scene. And no, the inspector is not locked, I also tried locking and unlocking again just to make sure, and no...
Elishaelision asked 17/3, 2020 at 23:35

7

Solved

Hey Folks. I used the DrawDefaultInspectorWithoutScriptField by JAKJ and it gave me kind of the Idea of creating a custom Inspector, that could inject content where I want without writing everything f...
Engstrom asked 29/4, 2017 at 23:18

© 2022 - 2024 — McMap. All rights reserved.