Home

Awesome

Counter Strike DS Unity Tool Project

This Unity project is used to simplify some aspects of the Counter Strike DS game project.

The project exports guns sprites, and all of this as code :

How to export code :

How to export gun sprites :

Add Collisions/Stairs... :

For collisions :

Note : X is a number, collisions needs to be from 0 to X, do not make missing number like 0,1,3,4. The collision Zone is the Mesh zone/part index.

For stairs :

For bomb zones :

For waypoints :

Note : X is a number, points needs to be from 0 to X, do not make missing number like 0,1,3,4.

For zones triggers :

For shadows triggers :

Note : X is a number, triggers needs to be from 0 to X, do not make missing number like 0,1,3,4.

<img src="https://user-images.githubusercontent.com/39272935/176427102-248458c3-ce47-4a55-b80c-604b51b71a7e.png" width="220"> <img src="https://user-images.githubusercontent.com/39272935/176427368-4fda5ce1-f56a-4a73-8066-8b424a88ba4a.png" width="700">

TODO :