Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
1 capture
12 Jun 22 - 12 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
0
Question by 3D-Magic-VR · Sep 19, 2011 at 03:52 PM · editorguistylestyle

Styles on an EditorWindow/Editor script

Hi every one, I'm working on a tool for unity and I want to make it using the "EditorWindow" class, everything it's ok, now my problem is this:

 class MyWindow extends EditorWindow {
 
 var scrollTex : Vector2;
 var guiSkin : GUISkin = Resources.LoadAssetAtPath(Assets/Editor/_Skin/MyGUISkin.guiskin);
 --
 -The ini() goes here-
 --
 function OnGUI () {
     GUI.skin = guiSkin;
     var mystyle : GUIStyle = GUI.skin.GetStyle("MyStyle");
     scrollTex = EditorGUILayout.BeginScrollView(scrollTex, mystyle, GUILayout.Width(150));
     EditorGUILayout.EndScrollView();
 }
 }

and end with this: Assets/Editor/MyWindow.js(73,79): BCE0023: No appropriate version of 'UnityEditor.EditorGUILayout.BeginScrollView' for the argument list '(UnityEngine.Vector2, UnityEngine.GUIStyle, UnityEngine.GUILayoutOption)' was found.

I read the manual and found this: static function BeginScrollView (scrollPosition : Vector2, alwaysShowHorizontal : boolean, alwaysShowVertical : boolean, horizontalScrollbar : GUIStyle, verticalScrollbar : GUIStyle, background : GUIStyle, params options : GUILayoutOption[]) : Vector2

I want to apply my style in the "background", how can this be possible?. Thanks for your help in advance. :-)

Comment
Add comment · Show 1
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image 3D-Magic-VR · Oct 28, 2011 at 11:39 PM 0
Share

I regret the delay, but I found the answer to this little problem.

1 Reply

· Add your reply
  • Sort: 
avatar image
0

Answer by 3D-Magic-VR · Oct 28, 2011 at 11:57 PM

I found the answer to this little problem, if we use a GUISkin either the inspector or a floating window, we must use it without modifying the components already in place and just keep adding the styles that we will use, in this case values ​​are used ScrollViewer (visible vertical, horizontal visible, style vertical bar and horizontal bar style) and only change the background style.

You can check this too, it show how it's looks.

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

2 People are following this question.

avatar image avatar image

Related Questions

What is the name of the guistyle to draw the preview buttons? 1 Answer

How to use a global variable in javascript to set other variables data 0 Answers

Help with Custom Editor GUIStyle - Loading custom textures from Resources 0 Answers

Can you use GUIStyle with GUILayout? 0 Answers

Style labels in editor window (in scene view) 0 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges