Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/starikcetin/eflatun.tracking2d
This was an attempt to replace Unity's built-in 2D physics engine with only the features I wanted.
https://github.com/starikcetin/eflatun.tracking2d
csharp csharp-code unity unity-asset unity2d unity3d unity3d-game-engine unity3d-plugin
Last synced: 16 days ago
JSON representation
This was an attempt to replace Unity's built-in 2D physics engine with only the features I wanted.
- Host: GitHub
- URL: https://github.com/starikcetin/eflatun.tracking2d
- Owner: starikcetin
- License: mit
- Created: 2018-05-18T23:22:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-24T19:23:37.000Z (over 4 years ago)
- Last Synced: 2024-10-11T10:25:24.665Z (about 1 month ago)
- Topics: csharp, csharp-code, unity, unity-asset, unity2d, unity3d, unity3d-game-engine, unity3d-plugin
- Language: C#
- Homepage:
- Size: 69.3 KB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![openupm](https://img.shields.io/npm/v/com.eflatun.tracking2d?label=openupm®istry_uri=https://package.openupm.com)](https://openupm.com/packages/com.eflatun.tracking2d/)
# Eflatun.Tracking2D #
This was an attempt to replace Unity's built-in 2D physics engine wtih only the features I wanted.
**As of right now, this code is not throughly tested and doesn't have a shiny performance.**
I *may* convert this library to use Unity ECS once it becomes production-ready, but it is not certain.
Install
---```
npm install -g openupm-cli
openupm add com.eflatun.tracking2d
```License
---
MIT license. Refer to the [LICENSE](https://github.com/starikcetin/Eflatun.Tracking2D/blob/master/LICENSE) file.Copyright (c) 2018 S. Tarık Çetin