Usage instructions for https://videohive.net/item/attributes-logo-reveal/1390173?ref=povesteam
To support non-english alphabet, follow these steps:
- Open the "Wall Builder" composition
- Select all layers (CTRL+A or CMD+A)
- Open the Character panel (CTRL+6 or CMD+6)
- Change the font to a font that has non-english letters. You can find a lot of fonts supporting non-english characters here: https://www.fontsquirrel.com/fonts/list/language
- To change the word splitting to include the non-english characters, open the "Project Settings" composition, select the first layer "Line Above 7" and press E E to reveal all expressions.
- Replace this line
with thisw = thisComp.layer("Type Words Here").text.sourceText.split(/[^a-z0-9]+/i)
w = thisComp.layer("Type Words Here").text.sourceText.split(/\s+/i)
- Click on "Source Text" under Layer Above 7 and go to Edit -> Copy Expression Only
- Select all layers containing "Line" and choose Edit -> Paste
- You may need to purge the cache to force re-render all layers
- Go back to the "Render Me" composition and enjoy