I’ve set texture filtering in the project settings (Rendering-Textures) to “Nearest” but my 64x64 texture is still blurry in game. Tried reimporting the texture, but still nothing. Using Forward+ because I want to make a retro+ game (meaning blocky textures, but has modern conveniences of ambient occlusion, global illumination, etc.). Using BaseMaterial3D for the materials.
The default filter and repeat options in project settings is only for 2D. For 3D you need to setup the filtering and repeat modes in each material itself.