xcode6 - SpriteKit visual Editor bounding box not changing size -


in spritekit visual editor sks files when changing size of scale of color sprite bounding box size doesn't appear change it.

the green rectangle appears correct when resizing sprite when switching between edit mode , simulate mode green box updates happening when playing game (in attached image).

objects colliding bounding box doesn't match sprite shape. sprite pinned , not dynamic or affected gravity or rotatable.

enter image description here

this happening in xcode 6.4 didn't seem happen in previous versions of xcode.


Comments

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -