Generate Captcha

Input Type
- Validation Type - Any - Random with AlphaNumericWithSymbolsAndUpper 
- Alpha - Alphabetic 
- Number - Numeric 
- AlphaNumeric - Alphabetic + Numeric 
- AlphaNumericWithSymbols - Alphabetic + Numeric + Symbol 
- AlphaNumericWithSymbolsAndUpper - Alphabetic + Numeric + Symbol + Uppercase 
 
- Use Custom Font - if input Font Settings 
- Font Settings - same with game font settings info 
- Use Random Color - if false will use black color , if true will use random with linear color 
- Length - captcha generate letters length 
- Width - texture 2d width , recommend use blurly 
- Height - texture 2d height , also recommend use blurly , like the captcha 
Output Type

- Captcha Text - is let you to make equals string 
- Captcha Texture - Set brush with texture to image or border 
Example
Default


Custom font & not random color


Last updated