TheDuckCow / godot-road-generator

A godot plugin for creating 3D highways and streets.
MIT License
358 stars 18 forks source link

resources (custom) wont open #195

Open so1975 opened 2 days ago

so1975 commented 2 days ago

When Road Generator is enabled, resources wont open as supposed anymore (godot 4.3)

Add shader material with texture (uniform sampler2D) add it to Material Resource slot ot RoadContainer. When trying to access this material after it is created/loaded this error generates: editor/editor_node.cpp:7946 - Condition "plugins_list.has(p_plugin)" is true.

This affects other resources also and resources wont open. Great plugin anyway! Thanks!