ChessLogic(3D and 2D chess)
A Unity Chess Logic Package supporting 2D/3D boards, customizable pieces with scripts, compatible with Unity 2020.3+, for PC, mobile, consoles, and more.
by liambilly
Price History +
Description
The Chess Logic Package for Unity is a fully customizable and extensible chess game engine that supports both 2D and 3D chess boards. It provides out-of-the-box functionality for setting up and running a chess game with properly structured scripts for each chess piece and a flexible grid system. This package is suitable for developers looking to integrate chess mechanics into their projects or create their own chess game with customizable visuals, movement, and interaction.
Key Features
- 2D and 3D Chess Support: The package allows you to choose between a 2D grid or a fully rendered 3D board.
- Chess Piece Scripts: Each chess piece comes with its own dedicated script (e.g., King, Queen, Rook, etc.) for handling movement and game logic.
- Dynamic Colliders: The chess pieces are assigned either 2D or 3D colliders based on the grid type, ensuring proper interaction.
- Customizable Chess Board: The chessboard and its components are flexible, allowing for easy modifications in design and layout.
- Layer Setup: Chess squares and chess pieces are automatically assigned to appropriate layers to ensure interaction and rendering.
- Object Parents: Clear structure with parent objects for both chess pieces and move plates, simplifying scene management.
- Editor-Friendly: Designed with Unity’s built-in components and tools for easy integration into any Unity project