sakshi
We are trying to rotate interiors from the scroll list but it's not rotating. So, rotation of SKUs is possible in the extension. Will we be able to customize that?
if you mean rotating objects, right now it's working using the arrow keys on your keyboard, when an object is dragged in the scene.
Bringing custom 3d interior models using WebGL-compatible Bundles in the form of JSON files needs to be done custom by Yugasa. Is that possible?
I think you are mixing up things. 3D objects are not in the JSON format. objects are FBX files (or other compatible formats), placed inside Prefab files, placed inside your asset bundle. The json files are used to generate the rooms, and object placements.
Is it possible to change the look and feel of the UI of the view?
Yes, my scene are demo scenes, all the UI needs to be adapted to your needs.
Will the extension support .SKP and .gltb File format for 3d home appliance assets.
you have to import your 3d models in Unity, so if you can import a .SKP in Unity, then you can make a prefab and pack it in the asset bundle. The plugin does not support loading 3d models from external sources.
How portable is your extension? Will the extension be compatible with Web and Mobile App instead of being an installable utility.
It works on WebGL aside from the loading/saving, since it needs to be connected to a server app. Mobile support is on the roadmap.
How do URP and HDRP techniques impact the rendering speed?
It depends on how you use them. But forget about HDRP for webgl, it's too heavy for runtime in webgl.
We want to add good lighting in the environment to create a real feel. Quality of the appliances matters alot in our tool. So, please let us know more about URP and HDRP rendering at runtime. Is it even possible to bake the light probes and generate realtime lighting while fetching assets from the backend?
URP/HDRP questions are beyond the scope of this plugin and my support, you can learn about that on Unity's manual and support forum.
Can we have a demo of the complete module:
HOME DESIGNER - BUNDLE 2022 which has other features showing in action regarding floor plans.
There is already a downloadable PC demo on the page, I don't have webgl demos available
Is it possible to implement rendering on the server side? We need to implement this as a web application which should run independent of the client configuration. The users can submit the complete floor plan for rendering to the server and will get notified once the rendering is complete.
This is beyond the scope of the plugin. I have no idea if unity support server side rendering, it sounds like a custom solution you need to implement.