Giter VIP home page Giter VIP logo

rtscamera's People

Contributors

densylkin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

rtscamera's Issues

Do you accept PRs?

Hi, awesome plugin, but was wondering if you are currently accepting PRs and re-submitting updated versions to the store.

If not, I'll go ahead and fork this.

RTS_Camera.autoHeight = false doesn't work

Recommended fix:

        private float DistanceToGround()
        {
            if(autoHeight)
            {
                Ray ray = new Ray(m_Transform.position, Vector3.down);
                RaycastHit hit;
                if (Physics.Raycast(ray, out hit, groundMask.value))
                    return (hit.point - m_Transform.position).magnitude;

            }

            return 0f;
        }

EditorGUILayout.ObjectField is obsolete

In Unity 2021.2.7f1 I get this error. Please consider updating this package for the latest version of Unity.

Assets/RTS_Camera/Scripts/Editor/RTS_CameraEditor.cs(84,35): warning CS0618: 'EditorGUILayout.ObjectField(string, Object, Type, params GUILayoutOption[])' is obsolete: 'Check the docs for the usage of the new parameter 'allowSceneObjects'.'

Android Version

Hi there ,
before i use it , i have a question ...
Does it works on android ????
i haven't tested it yet but if not can any body create the android version of that ????

License?

Denis, I've really enjoyed using RTS_Camera. I appreciate all of the work you've put into it. I'm using it in an educational setting and I was wondering what open source license you are distributing the code under, since I couldn't find that in the repo.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.