- Home /
Question by
670ok · Dec 04, 2017 at 03:51 AM ·
c#editoreditorguieditor extensioneditor scripting
EditorGUI.PrefixLabel got truncated
Hi guys.Here is my code:
window.titleContent = new GUIContent("AssetBundleUtility");
and
contentPosition = EditorGUI.PrefixLabel(contentPosition, new GUIContent(property.displayName)); EditorGUI.PropertyField(contentPosition, property, GUIContent.none);
The window title/prefixLabel got truncated.How to solve this problem? Appreciate for your help!
Comment
Your answer
Follow this Question
Related Questions
Initialising List array for use in a custom Editor 1 Answer
SceneView.onSceneGUIDelegate GUI sorting problem 1 Answer
Multiple Cars not working 1 Answer
Hint at Inspector variables that have tooltips 0 Answers
Distribute terrain in zones 3 Answers