blackears / cyclopsLevelBuilder

A Godot plugin to let you block in levels inside the Godot editor.
MIT License
1.09k stars 44 forks source link

Textures not importing #78

Closed tbfenet1 closed 1 year ago

tbfenet1 commented 1 year ago

I drag the textures im using into the texture window like the tutorial but nothing is happening. no textures show up or work. all it says in console is this image Please help

blackears commented 1 year ago

That's not a window for textures. That's for materials. You need to make materials with textures and then drag those in.

blackears commented 1 year ago

Closing. Please reopen if you are still having problems.

nasOS-official commented 12 months ago

How i can make material for it

blackears commented 11 months ago

The regular way you make materials in Godot. The easiest way is to create a StandardMaterial3D and then fill in the fields that you need. Any Godot 3D material should work.