Can't modify inherited CollisionShape2D

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By finnonso
:warning: Old Version Published before Godot 3 was released.

I don’t know if this is a bug but when i create a new inherited scene and try to change the size of the CollisionShape2D that was inherited it doesn’t apply the new size but keeps the old one. I’ve already tried to change the Shape contained in CollisionShape2D to a new one but that doesn’t seem to change anything.

:bust_in_silhouette: Reply From: KRL

If you load inherited scene then you need to change size in that scene by opening it in new tab in editor and change the size in that tab and save this scene and it will refresh at scene when its inherited.