├── .gitattributes ├── .gitignore ├── LineOfSight.cs ├── README.md ├── docs ├── LineOfSight_breakout.gif └── LineOfSight_motion.gif └── samples └── lineofsight_demo.unitypackage /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eoger/unity-lineofsight/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eoger/unity-lineofsight/HEAD/.gitignore -------------------------------------------------------------------------------- /LineOfSight.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eoger/unity-lineofsight/HEAD/LineOfSight.cs -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eoger/unity-lineofsight/HEAD/README.md -------------------------------------------------------------------------------- /docs/LineOfSight_breakout.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eoger/unity-lineofsight/HEAD/docs/LineOfSight_breakout.gif -------------------------------------------------------------------------------- /docs/LineOfSight_motion.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eoger/unity-lineofsight/HEAD/docs/LineOfSight_motion.gif -------------------------------------------------------------------------------- /samples/lineofsight_demo.unitypackage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eoger/unity-lineofsight/HEAD/samples/lineofsight_demo.unitypackage --------------------------------------------------------------------------------