ChuanXin-Unity

Results 210 comments of ChuanXin-Unity

You could use a custom Rule Tile for the stairs which also interacts with the ledge Rule Tile. There is an example here: https://github.com/Unity-Technologies/2d-techdemos/tree/master/Assets/Tilemap/Rule%20Tiles/Rule%20Override%20Tile The ExampleSiblingRuleTile defines a normal clothesline...

Thanks for the feedback! It looks like this comes up pretty often, so we will try to consider this addition. On Fri, 27 Nov 2020, 06:15 Daniel Vonk, wrote: >...

I guess it would be useful if it was included as a Sample in the package which can be installed in the Package Manager, although adding Script files there require...

Hi, for your RuleGroundJungle Rule Tile, I would recommend leaving the GameObject field for each Rule empty. When the GameObject field is set, it will create an instance of that...

You could check out the link below for an implementation of a Terrain Tile with Weighted Random Sprites, and adjust the Inspector's UX to suit your needs: https://github.com/Unity-Technologies/2d-extras/blob/weightedrandomterraintile/Runtime/Tiles/TerrainTile/WeightedRandomTerrainTile.cs

I updated the branch with a fix for that! On Thu, Nov 4, 2021 at 6:24 PM superfrantv ***@***.***> wrote: > Thank you, but i added it and when i...

You will likely need to make a modification to your Tile script. The RefreshTile function probably triggers for more than one position which updates all the neighbours. You could add...

Yes, the plan is to have this package be available in the Unity Package Manager. Some changes have been made recently for this to happen. There are still some internal...

Thanks for asking! Unfortunately, I believe for now we will need to wait for the internal processes to be done. This involves factors such as legal, product management, release management,...

Hi, this is not available publicly as we need to go through some more checks before the package is listed in the Package Manager. Also, note that the package on...