• Image
  • Image
  • Image
  • Current Version: 1.0: 2017-05-31T21:47:23Z
  • First Published: 2017-05-31T21:47:23Z
  • Size: 56016
  • Supported Unity Versions: 5.6.0
tools input-management

Quick & Easy Bad Word Filter

(4 Votes)
$4.99 $4.99

Bad word / profanity filter to filter usernames, chat rooms, etc. Stars out any bad words intelligently to avoid situations like "classic" being filtered as "cl***ic."

This covers over 1500 English bad words as well as a few in other languages.

Easy to use, even for those who don't like scripting. You just need 3 lines of code:
1. Make a slot to drag a GameObject to: public InputField textToFilter; // or another type of text
2. Paste this in start: censor = GetComponent<Censor> ();
3. And then when you want to use it: censor.CensorText(theTextToFilter);
For example: PhotonNetwork.player.NickName = censor.CensorText(username.text);


Add to cart
This site contains affiliate links, which means that we can receive a commission if you click on a link and buy something that we have recommended.
Although clicking on these links will not cost you anything, they will help us finance our development projects while recommending good products!