ChuanXin-Unity

Results 210 comments of ChuanXin-Unity

I assume that what you mean as a rule brush is the Rule Tile? If so, you could take a look at the example/s at https://github.com/Unity-Technologies/2d-techdemos/tree/master/Assets/Tilemap/Rule%20Tiles/Custom%20Rule%20Tile . This contains a...

Could you describe more on what you would like from this system? Would it be something like this: https://learn.unity.com/project/introduction-to-visual-scripting ?

Right now, this visual scripting feature does not seem to work well with ScriptableObjects such as our Tile assets. When ScriptableObjects are better supported, we will definitely look into this!

Hi, in order to make use of the ExampleSiblingRuleTile, you would need to have the 2D Tilemap Extras package installed in your Unity project. You can get the package from...

Hi, would it be possible for you to file a bug report with your project using the Unity Bug Reporter and post the case number here? This would help us...

Hi, this looks like an issue with the URP package. We will need to fix this issue there. To get the fix, you will need to get a newer version...

Sorry, there isn't a way to do so right now. We will expose a new method for you to retrieve this in a future version of Unity!

Hi, for this, you may want to use Tilemap.Add/RemoveTileFlags API with the TileFlag.LockTransform. This will allow you to adjust the transform matrix for the Tile at a position. Hope this...