Skip to content

The function list gets cluttered #11

@laserbeam

Description

@laserbeam

The script clutters the function list (ctrl+r) with several local variables and function calls.

This is what I get when using Unity C# for syntax highlighting
screenshot 2015-02-12 17 09 27

UnityEngine and System.Collections are imports at the beginning of the file.
The 3 Sqrt lines are right in the middle of the file and are just function calls, not declarations.
Quaternion and LookRotation both point to the last line.

This is what I get when using C# for syntax highlighting
screenshot 2015-02-12 17 09 51

Also note that using Unity C# for syntax highlighting strips type information from the function delarations in that list, which does not happen with Sublime Text built in C# syntax highlighting.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions