Straskal / c3addons

Construct 3 addons
MIT License
4 stars 2 forks source link

TilemapAABBRenderer is not defined #9

Open EthemAcar-Dev opened 2 years ago

EthemAcar-Dev commented 2 years ago

Currently RenderBug throws this error

ad0854d1-ee14-4dc1-8918-148b34eae7b3:53 Uncaught (in promise) ReferenceError: TilemapAABBRenderer is not defined at new RenderbugInstance (ad0854d1-ee14-4dc1-8918-148b34eae7b3:53) at Function.New (jsutil.js:13) at Instance._CreateSdkInstance (instance.js:7) at C3Runtime.CreateInstanceFromData (runtime.js:52) at Layer.CreateInitialInstances (layer.js:8) at Layout._CreateInitialInstances (layout.js:25) at Layout._StartRunning (layout.js:22) at C3Runtime._DoChangeLayout (runtime.js:81) at async C3Runtime._MaybeChangeLayout (runtime.js:78) at async C3Runtime.Tick (runtime.js:71)

Straskal commented 2 years ago

@EthemAcar-Dev thanks for the awareness. Its been a minute since I've used C3, but it looks like the tilemap renderer isn't being imported for some reason. I'll check this out when I've some spare time.