Results 269 comments of Johnson Chu

When you create a custom script, you should be able to create it in the Create Assets menu. ![1](https://user-images.githubusercontent.com/16279759/51718731-a1dd0f80-2081-11e9-9527-853064e7fd89.jpg)

This feature was removed from https://github.com/Unity-Technologies/2d-extras/pull/134. This feature is used to make up a design flaws of the old version of RuleOverrideTile. This design flaw has been resolved, so this...

If your script is similar to ExampleSiblingRuleTile, do you have the same sibingGroup for both Tiles? If not for this reason, please let me see your tile script and tiles...

Is GrassSlope's GameObject size 2x1 instead of 1x1? If not, can you send the assets to me and let me see what happened?

That the problem may be caused by NotThis judgment wrong. Please try to update your RuleMatch function and tell me if the problem is solved. ```csharp public override bool RuleMatch(int...

@superfrantv Sorry, this can be misleading, it is better to add a new rule. (The misunderstood comment will be deleted) ```csharp public class CustomTile : RuleTile { public class Neighbor...

@superfrantv I just updated the code, please try again. If it is still not resolved, I will continue to follow up on your issue https://github.com/Unity-Technologies/2d-extras/issues/144.

> _Originally posted by @superfrantv in https://github.com/Unity-Technologies/2d-extras/issues/141#issuecomment-547098268_ Continue to follow up on your issue here. Sorry, I don't understand your situation. Can you provide some screenshots or send Tile assets...

Sorry if I understand what you mean wrong. If you want to merge first, second, third walls into a single tile, you need a rule setting greater than 3x3. This...

Rule list Is there a ```Extend Neighbor``` toggle?