You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ If you're interested in getting involved feel free to check out the [roadmap on
31
31
32
32
# Getting started
33
33
## Importing into your own project
34
-
To get started, simply copy the whole `Assets/Code/HexTiles` folder as well as `Assets/Plugins/Fluent-State-Machine.dll` into your Unity project. This requires Unity 5.3 or later and has been tested on up to Unity 2017.3.0. Note that Fluent-State-Machine is only required by the editor and does not need to be included in your builds.
34
+
To get started, simply copy the whole `Assets/Code/HexTiles` folder as well as `Assets/Plugins/Fluent-State-Machine.dll` into your Unity project. This requires Unity 5.3 or later and has been tested on up to Unity 2018.1.0. Note that Fluent-State-Machine is only required by the editor and does not need to be included in your builds.
35
35
36
36
# Basic use
37
37
## Creating a tile map
@@ -102,4 +102,4 @@ The area for the side pieces is split into an upper and a lower half. The top ha
102
102
# Tips and best practices
103
103
- Selecting a tile map overrides the default Unity left-click behaviour so you won't be able to click on other objects to select them after selecting a hex tile map. This is intentional, and you can go back to selecting objects normally by clicking on something else in the scene hierarchy window.
104
104
- In some cases you may want to modify the tiles that have been generated by this plugin. In those cases it is best to remove the HexTileMap script from the parent object so that no one later on accidentally paints more tiles and causes that chunk to be re-generated, removing any changes that may have been made since then.
105
-
- It is often useful to have several different hex tile maps in the same scene for tiles that are meant to be independent.
105
+
- It is often useful to have several different hex tile maps in the same scene for tiles that are meant to be independent.
0 commit comments