XSGridEditor
XIAOSHI
$0.0
(no ratings)
Date |
Price |
---|---|
日期和时间 |
价钱($) |
09/22(2022) |
0.0 |
11/16(2024) |
0.0 |
Jump AssetStore
XSGridEditor is a lightweight square grid map system for 2D/3D SRPG games, and comes with a simple and easy-to-use grid editing function. It can be used as a beginning for you to create SRPG games.Features1 prefab brush XSGridEditorBrush based on GridBrushBase, this brush can add and remove tiles, and the added tiles will automatically adjust the height to fit the 3D map.1 powerful top-down camera XSCamera for SRPG, and its edge screen panning range is automatically generated by the tile's range to ensure that it will never exceed the map range. You can also adjust the viewing angle with the arrow keys.When editing, you can click the button at any time to view the grid coordinates and movement cost properties of the tileAdd a unit to the tile through the button, the unit will automatically align the tile, and the unit has the property of movingImplemented the function of displaying the unit movement range and clicking to move.Contains a test scene Demo_1, you can view all functions.The operation of XSGridEditor requires the installation of the following unity packages:2D Tilemap Editor : The brush for editing the map depends on it.Cinemachine: XSCamera depends on it. XSCamera is a SRPG camera class that controls the movement range and angle.Input System: XSCamera's movement depends on it.