Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vmchar/russianFilesFilter
Unity Cyrillic Files Filter
https://github.com/vmchar/russianFilesFilter
Last synced: 3 months ago
JSON representation
Unity Cyrillic Files Filter
- Host: GitHub
- URL: https://github.com/vmchar/russianFilesFilter
- Owner: vmchar
- License: mit
- Created: 2019-03-12T14:41:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-12T14:25:15.000Z (over 4 years ago)
- Last Synced: 2024-04-22T03:52:32.395Z (7 months ago)
- Language: C#
- Size: 3.91 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unity Cyrillic Files Filter
This post-process scripts prohibits adding files to project if file name or path contains Cyrillic symbols. If user tries to add such a file in the project, the file itself and corresponding .meta file will be deleted and error will be shown in Unity's console. Existing file will be also deleted while trying to rename it will cyrrilic symbols present in the new file name, because Unity doesn't see difference between renaming existing file and adding a new file.
-----
Данный постпроцесс запрещает добавление файлов в проект, если в пути или имени файла содержатся символы из кириллицы. При попытке добавить подобные файлы в проект происходит их удаление, а также соответствующих им мета файлов. Удаляет файлы при попытке переименовать их с русскими символами, в силу того, что юнити не различает переименование и добавление нового файла.