Right now I'm using Unreal Development Kit (64-bit, DX11) version 9953. In the content browser, it keeps telling me "nothing to show, check your filters" I right click and click on "fully load" but still nothing. So do some versions of UDK not contain textures? If so then can I have please have a tutorial that shows how to…
Every beta contains some assets and textures but the last two releases have empty install option while installing, which gets rid of all the extra stuff.
I'm writing these just in case because all UDK builds contain lots of content as far as I know. There should be a button called "All Assets" at the left upper corner of the content browser. Try clicking it. Also, you may have filtered displayed content by writing something in the search bar or by choosing certain types of…
Additionally there's a box in the bottom left that shows a file explorer, this shows where you might be looking for textures from, if you have a sub element selected it'll limit results to just that package.
It doesn't have to be the same, but make sure that your texture sizes are powers of two, that is 32, 64, 128, 256 etc., otherwise they wont be streamed. You can use texture sizes like 1024x512 etc.