FastGizmosUnity Save

Set of gizmos utilities for Unity

Project README

FastGizmosUnity

Fast Gizmos is a Unity tool that allows to visualize and cusmtomize gizmos quickly.

You can use the default unity gizmos plus the following extra gizmos: LineExtended, CubeExtended, WireCubeExtended and CameraOrthographic.

FastGizmos Example

Example

FastGizmos HandleText Example

Example

FastGizmos Extras

Add the next using directive:

using SVerdeTools.FastGizmos;

  • To draw ExtendedLine:

FastGizmosExtra.DrawLineExtended(Vector3 startPoint, Vector3 endPoint, float thickness);

  • To draw CubeExtended:

FastGizmosExtra.DrawCubeExtended(Vector3 position, Quaternion rotation, Vector3 scale);

  • To draw WireCubeExtended:

FastGizmosExtra.DrawWireCubeExtended(Vector3 position, Quaternion rotation, Vector3 scale);

  • To draw CameraOrthographic you can use this options:

FastGizmosExtra.DrawCameraOrthographic(Camera camera);

FastGizmosExtra.DrawCameraOrthographic(Camera camera, Color gizmoColor);

FastGizmosExtra.DrawCameraOrthographic(Camera camera, Color gizmoColor, bool showVertex);

Open Source Agenda is not affiliated with "FastGizmosUnity" Project. README Source: sverdegd/FastGizmosUnity
Stars
40
Open Issues
0
Last Commit
5 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating