A downloadable tool

Buy Now$5.00 USD or more

Demo video:


Plugin details:

  • This plugin adds a 360 scene within the map, allowing you to place 2D pictures within the pseudo 3D space. Ideal for visual novels or if you merely want to play cutscenes with an added depth of engagement and realism.
  • Script calls are provided in order to manipulate each object inside the 360 scene (camera position/rotation, picture position/rotation/alpha). You can also add hover effects, animated tooltip balloon, and on click events on the pictures. 
  • For MZ & MV


✨Screenshots✨




Terms of Usage (Updated 27/01/2025):

  •  This is a paid plugin. If you acquired it for free, you are not allowed to use it in any of your games. Purchase the plugin from the url specified in the plugin description (https://gbrogames.itch.io/) if you don't own it.
  •  You are allowed to make changes to the plugin. Just don't claim that you made the plugin by yourself.  
  • You are not allowed to redistribute this plugin or resell it as your own, regardless if you've made changes or not.
  • Commercial or Non-commercial use. No attributions required.
  • You may edit the plugin however you want, but any acts with the intention of rebranding the plugin, such as changing the plugin filename and the comments at the top of the file that include the plugin description and author information, are forbidden.
  • I am open for commissions should you wish to upgrade the plugin, change parts of it according to your preference, or address compatibility issues with other third party plugins. You can contact me at the above link or visit my fiverr page or discord.


How to install:

  1. Add the plugin to your 'js/plugins' folder
  2. Add the 'three.min.js'  file under the js/libs/ folder of your project
  3. Activate the plugin in the Plugin Manager 


Purchase

Buy Now$5.00 USD or more

In order to download this tool you must purchase it at or above the minimum price of $5 USD. You will get access to the following files:

360 Map Demo MV (v.1.0.3).zip 385 MB
360 Map Demo MZ (v.1.0.3).zip 91 MB

Development log

Comments

Log in with itch.io to leave a comment.

(1 edit)

Let us define a room with a ground of steps to move around and teleport points, please

I have added fps movement on v.1.0.3.


For teleportation, you can use the script call:

ThreeManager.player().setPosition(x,y,z); //Replace x,y,z accordingly. 
(2 edits)

Hello, great plugin! One note so far; I noticed that once I enable this plugin the game will no longer let me save through the 'open save screen' event command or the SceneManager script call. 

Edit: Also if I exit out of the save screen it takes me out of the 360 scene. I'm on MV

I have pushed v.1.0.2 update. When navigating to another scene from the map while a 360 scene is on going, call the below script call before  calling the save command or SceneManager.push(Scene__Save) :


ThreeManager.saveTemp();

That worked, thank you for the fast response! It does show the map for a bit after the save, but that should be manageable.

Could you add a little of player walking movement around the map? like in VR google maps

(1 edit)

Getting an error when I try and move to a new 360 map scene with a transfer player command: Type error "cannot read property 'parent' of null"


Edit: Dunno if it was actually this plugin, hold on.

(+1)

I have just pushed an update (v.1.0.1) to fix this.