├── .gitignore ├── Censored.uproject ├── Content └── Censored │ ├── Censored.uasset │ ├── Levels │ ├── Demo.umap │ └── Demo_BuiltData.uasset │ └── Materials │ ├── MI_Censoring.uasset │ └── M_Censoring.uasset ├── LICENSE └── README.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BitReign/CensoredUE4/HEAD/.gitignore -------------------------------------------------------------------------------- /Censored.uproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BitReign/CensoredUE4/HEAD/Censored.uproject -------------------------------------------------------------------------------- /Content/Censored/Censored.uasset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BitReign/CensoredUE4/HEAD/Content/Censored/Censored.uasset -------------------------------------------------------------------------------- /Content/Censored/Levels/Demo.umap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BitReign/CensoredUE4/HEAD/Content/Censored/Levels/Demo.umap -------------------------------------------------------------------------------- /Content/Censored/Levels/Demo_BuiltData.uasset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BitReign/CensoredUE4/HEAD/Content/Censored/Levels/Demo_BuiltData.uasset -------------------------------------------------------------------------------- /Content/Censored/Materials/MI_Censoring.uasset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BitReign/CensoredUE4/HEAD/Content/Censored/Materials/MI_Censoring.uasset -------------------------------------------------------------------------------- /Content/Censored/Materials/M_Censoring.uasset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BitReign/CensoredUE4/HEAD/Content/Censored/Materials/M_Censoring.uasset -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BitReign/CensoredUE4/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BitReign/CensoredUE4/HEAD/README.md --------------------------------------------------------------------------------