playMaker

Author Topic: [SOLVED] How do you remove the visual widgets from the scene?  (Read 8914 times)

Disastercake

  • Full Member
  • ***
  • Posts: 101
  • www.disastercake.com
    • Disastercake
I find it a little annoying working with the scene with the playmaker visual widgets (they're extraordinarily large for me for some reason).  How can I disable them?
« Last Edit: May 15, 2012, 04:19:50 PM by Disastercake »
Soul Saga - Anime themed adventure RPG by Disastercake

http://www.disastercake.com

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 3987
  • Official Playmaker Support
    • LinkedIn
Re: How do you remove the visual widgets from the scene?
« Reply #1 on: May 12, 2012, 02:56:05 PM »
Check this out:
http://unity3d.com/support/documentation/Manual/Gizmo%20and%20Icon%20Visibility

Also if you're using 3.4.2 the Playmaker gizmo will be larger since the icon was resized to work with 3.5.

You can manualy resize the icon in the Gizmos folder, or swap it with one of the smaller icons in that folder...

EDIT: There's also a setting for this in the Playmaker Preferences panel.

terrymorgan

  • Junior Playmaker
  • **
  • Posts: 65
Re: How do you remove the visual widgets from the scene?
« Reply #2 on: May 13, 2012, 10:32:21 AM »


quote
You can manualy resize the icon in the Gizmos folder, or swap it with one of the smaller icons in that folder.
unquote
Resizing to 32 does nothing, how do you swap it out?

..
quote
EDIT: There's also a setting for this in the Playmaker Preferences panel.
unquote

where's that?

I resized it to 16 x 16 for 1 project, but I have many projects.

Disastercake

  • Full Member
  • ***
  • Posts: 101
  • www.disastercake.com
    • Disastercake
Re: How do you remove the visual widgets from the scene?
« Reply #3 on: May 13, 2012, 11:00:19 AM »
I'd also like to know where the settings are for this.
Soul Saga - Anime themed adventure RPG by Disastercake

http://www.disastercake.com

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 3987
  • Official Playmaker Support
    • LinkedIn
Re: How do you remove the visual widgets from the scene?
« Reply #4 on: May 15, 2012, 03:45:12 PM »
The Gizmos folder contains 4 icons used in different areas of the Unity Editor. 3 of them are identical (20x20), and the last PlaymakerIcon is larger (64x64) for Unity 3.5. Just duplicate any of the 20x20 icons (ctrl-d) and rename it PlaymakerIcon after deleting the larger one. Or do this in windows explorer etc. You can also copy paste this new icon into other projects. The idea is to swap out the PlaymakerIcon with one of the smaller ones if you're still using 3.4.2.

The Preferences button is in the bottom right corner of the Playmaker Editor.
In the General section you should see this option:
Draw Playmaker Gizmos in Scene View

EDIT: There are lots of settings in Preferences, so it's worth going through them to see if any are interesting to you...
« Last Edit: May 15, 2012, 03:47:51 PM by Alex Chouls »