
Closed
Posted
Paid on delivery
I need a Unity-based Windows desktop application for my tile showroom to visualize bathrooms/rooms with tiles in real-time. This is an internal business tool (not a SaaS product), so focus should be on performance, usability, and clean architecture rather than over-engineering. ------------------------------------- CORE FEATURES ------------------------------------- 1. Parametric Room (Dynamic Size) - User can input room dimensions (length, width, height) - Room (walls, floor, ceiling) should scale accordingly - Support simple door placement (predefined positions like left/center/right) ------------------------------------- 2. Tile Visualization System - Apply tiles on walls and floor in real-time - Tiles should repeat correctly based on real-world size - Support multiple tile faces (variations) with random rotation (0°, 90°, 180°, 270°) - Smooth and instant visual update when tile changes ------------------------------------- 3. Partial Grid System (Simplified) - Walls divided into limited zones (e.g., 6x6 or similar) - User can apply different tiles to different zones - No need for full per-tile editing ------------------------------------- 4. Borders & Corners - Ability to apply border tiles on edges (top/bottom/sides) - Simple corner tile placement (fixed positions) ------------------------------------- 5. Camera (360 View) - Orbit camera (rotate, zoom) - Smooth navigation - Touchscreen-friendly controls ------------------------------------- 6. Tile Storage System (LOCAL - VERY IMPORTANT) - All tiles stored locally (NOT cloud) - Use SQLite database for tile metadata - Images stored in a common folder Database should support: - Tile (basic info) - Variants (size, finish) - Images (multiple faces per tile) - Each tile can have: - multiple sizes - multiple finishes - multiple images (faces) ------------------------------------- 7. Excel Import System - Ability to import tile data from Excel - Many tiles may initially have no images (data-only tiles) - Images can be linked later ------------------------------------- 8. Search & Filtering - Search tiles by: - name - size - category - finish - tags (optional) ------------------------------------- 9. External Database Integration (IMPORTANT) I already have another application with display names for tiles. This app should: - Use/display tile names from that system (not hardcoded) - Be designed so it can integrate with another database or API later - Preferably structured so both apps can share the same SQLite database OR sync data ------------------------------------- 10. Customer Management - Create and manage customer profiles - Save tile selections and room designs per customer - Load previous designs easily ------------------------------------- 11. Export System - Export rendered images (JPG) - Multiple camera angles (front, side, perspective) ------------------------------------- 12. Tile Quantity Calculation - Calculate number of tiles required based on: - room dimensions - tile size - Include ~10% wastage ------------------------------------- TECH REQUIREMENTS ------------------------------------- - Unity (3D) preferred - Clean and modular code - Good performance (no lag with many tiles) - Works fully offline ------------------------------------- Scope can be optimized to fit budget (focus on MVP first). ------------------------------------- IMPORTANT ------------------------------------- - Do NOT overcomplicate (no need for full grid system or CAD-level features) - Focus on realistic visuals and smooth experience - This is a practical showroom tool, not a complex design software ------------------------------------- PLEASE INCLUDE IN YOUR PROPOSAL ------------------------------------- 1. Video of any Unity / 3D work you have done (REQUIRED) 2. Brief explanation of how you will: - handle tile rendering (tiling + variation) - manage local database 3. Estimated timeline ------------------------------------- REFERENCE ------------------------------------- [login to view URL] (Note: I need customizable rooms, not fixed templates)
Project ID: 40364851
18 proposals
Remote project
Active 6 days ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
18 freelancers are bidding on average ₹67,446 INR for this job

As a seasoned 3D artist seasoned 3D artist and engineer, few understand the balance between quality and performance as I do. I take pride in upholding clean programming architecture to ensure your showroom visualization tool performs fluidly to meet your business needs. Over time, I have built an impressive repertoire of architectural design software including especially Unity 3D which a key technology preference for this project; my earlier work with AI, 2D, 3D Architecture modeling, rendering, and walkthrough /Enscape will definitely come in handy. In estimated timeline-wise approaching things cautiously yet deliver efficiently would take us from project inception to completion promptly. My journey through project planning, execution & scheduling based on realistic milestone timelines minimizes undue delays thus allowing ideas to be translated swiftly into actionable deliverables. As we collaborate together on this project, we'll value your insights and work together creatively adapting robust solu
₹56,250 INR in 7 days
7.8
7.8

Hi there, I can develop this Unity-based tile visualizer with the clean, modular architecture you are looking for. Having built similar automation scripts and configurators, I understand the importance of balancing high-fidelity visuals with a lightweight, local-first database. To handle tile rendering, I will use a custom shader approach or a material property block system. This allows for real-world scaling and efficient tiling without creating thousands of game objects. I will implement a randomization logic for the four rotation steps (0, 90, 180, 270) and face variations to ensure the surfaces look natural and avoid the repetitive wallpaper effect. For the local storage, I will implement a robust SQLite wrapper to manage your metadata and customer profiles. I will structure the database to be "integration-ready," allowing it to share data with your existing application or sync via a common folder. The Excel import system will be built to handle data-only entries, allowing you to link high-resolution images to the metadata at a later stage. I will focus on the MVP first: dynamic room scaling, the zone-based tiling system, and the SQLite integration. Timeline: I estimate 3 to 4 weeks for a fully functional MVP, including the export and quantity calculation features. You can view my previous 3D configuration and Unity work here: [Link to Portfolio/Video] I am ready to discuss how we can best align the SQLite schema with your existing app. Best regards.
₹75,000 INR in 60 days
7.6
7.6

Unique Design Solutions, Optimized for Your Budget As a team of specialized architectural designers, we possess extensive skills and experience in 3D design, modelling, and rendering, uniquely positioning us to tackle your Unity-based Showroom Visualization Tool project. Our aim is to bring your ideas to life while ensuring peak performance, clean architecture, and superior usability. We recognize the paramount importance of practicality in your project, rather than overloading it with unnecessary complexities. Rest assured that our design will prioritize an intuitive user experience that aligns perfectly with your showroom needs. Database Management and Tile Rendering Mastery Our proficiency extends to managing local databases using SQLite, an essential aspect of your project. We are well-versed in storing essential tile metadata such as different sizes, finishes, multiple images (faces), and much more. Additionally, we have a deep understanding of tile rendering which means we can adequately handle tiling and variation creation to provide you with realistic visuals that replicate your tiles as accurately as possible in 3D.
₹60,000 INR in 8 days
6.4
6.4

Hello there, I have read your requirement and I can help you make this app. Please check my portfolio and reviews to know about me and my work. I am available to start and lets discuss further in chat. Best, Garaga
₹50,000 INR in 15 days
6.4
6.4

Your tile rendering system will fail if you don't handle UV mapping correctly - customers will see stretched or misaligned tiles that don't match real-world proportions. I've built similar configurators for furniture and flooring companies where visual accuracy directly impacts sales conversions. Before architecting this, I need clarity on two things: What's your target frame rate on mid-range hardware when displaying 500+ tiles simultaneously? And does your existing tile database expose an API endpoint, or will I need direct SQLite file access for the integration? Here's the technical approach: - UNITY URP + SHADER GRAPH: Build custom tile shaders with procedural UV tiling that auto-adjusts to real-world dimensions, preventing distortion when room size changes. - SQLITE + BLOB STORAGE: Structure the database with normalized tables (tiles, variants, images) using foreign keys, with image paths stored as strings and actual PNGs in /Assets/TileLibrary for fast texture loading. - EXCEL PARSING: Use EPPlus library to bulk import tile metadata, validate data types, and flag missing images without breaking the import process. - CAMERA CONTROLLER: Implement Cinemachine with touch input detection (Unity's new Input System) for smooth orbit controls that work on both mouse and touchscreen displays. - GRID SYSTEM: Use a zone-based mesh subdivision approach (not individual quads) where each wall section references a material array, allowing instant tile swaps without rebuilding geometry. I've delivered 8 Unity-based commercial tools including a kitchen visualizer that handled 12K SKU variations and a warehouse layout planner processing real-time collision detection. I don't build prototypes that need rewrites at scale. Let's schedule a 20-minute call to walk through your existing database schema and confirm the tile variation logic before I commit to a timeline.
₹50,630 INR in 21 days
5.7
5.7

Hi Sir i read your message, as per your requirement complete your project. if you feel free can lets talk about the project. check my Portfolio https://www.freelancer.com/u/rumpadas099 Thank you Sanjoy
₹37,700 INR in 7 days
4.6
4.6

Having worked in the world of Unity game development for some time, I've had the honor of honing my skills in various technically benefits that would be valuable for your Showroom Visualization Tool. Firstly, my knowledge of building games across all platforms, including Windows, Android, iOS, and WebGl ensures that I would be able to create a tool that perfectly suits your requirements. Secondly, my flair for 3D level designing would come in particularly handy for the parametric room creation aspect of your tool as it would require creating a dynamic environment. Additionally, I have ample experience working with photon for multiplayer purposes, which could be vital if you decide to incorporate external database integration in the future. Being well-versed with managing multiple platforms offline, ensuring performance optimization and clean codes wouldn't be a problem. Lastly, while my primary focus is creating games that are high performing and visually appealing; I can also appreciate how your project differs from what I normally do since it concentrates on practicality over complexity. With this understanding, I commit to delivering an inspiring Unity-based Showroom Visualization Tool that not only fulfills your core needs but also exceeds your expectations and saves tile selections per customer profiles with easy access to previous designs. Note: Timelines will be provided after further discussion and better understanding of the project.
₹150,000 INR in 20 days
2.1
2.1

We’ve just completed a Unity project for a real-time product visualizer that allowed dynamic room scaling and smooth texture updates, resulting in an intuitive user experience much like your showroom tool requires. My approach keeps the system modular and lightweight, ensuring quick tile rendering with randomized rotations by using optimized shaders and meshes, while managing all tile metadata locally in SQLite for fast, offline access. Although I’m new to this platform, I bring strong Unity 3D experience and a confident grasp of database integration that ensures your showroom tool will run smoothly without lag. I focus on clear, iterative milestones to minimize friction and quickly deliver a usable MVP. I’d love to chat about your project! The worst that can happen is you walk away with a free consultation. Regards, Nathan
₹65,000 INR in 7 days
2.0
2.0

Hello, I’ve reviewed your requirements and can build a fast, clean, and performance-focused Unity application for your tile showroom. I understand this is an internal tool, so the focus will be smooth real-time visualization, usability, and simple architecture. **Approach:** * **Tile Rendering:** UV scaling based on real tile size, multiple faces, and random rotation (0°, 90°, 180°, 270°) for natural variation. Zone-based system ensures instant updates without lag. * **Parametric Room:** Adjustable L/W/H with scalable walls, floor, ceiling, and predefined door positions. * **SQLite (Offline):** Tiles, variants, and images stored locally; designed to share DB or integrate with your existing system later. * **Excel Import:** Bulk import with support for data-only tiles; images can be linked later. * **Search/Filter:** Fast filtering by name, size, category, finish, tags. **Features:** Zone editing, borders/corners, smooth orbit camera (touch-friendly), customer profiles, saved designs, JPG export (multiple angles), and tile quantity calculation (+10% wastage). **Timeline:** MVP in 7–10 days (can prioritize core features faster). I can share Unity/3D demo videos via chat and deliver a quick prototype (room + tile system) within 1–2 days. Ready to start immediately. Best regards, [Alakh kumar]
₹56,250 INR in 7 days
0.0
0.0

I am a perfect fit for your project to build a high-performance Unity desktop app focused on real-time tile visualization with customizable parametric rooms and local tile management. I will deliver clean, modular code ensuring smooth tile tiling with random rotation and seamless updates, alongside efficient SQLite integration for local tile storage and easy external database synchronization. While I am new to Freelancer, I have strong experience and have delivered similar Unity 3D visualization tools with offline functionality and optimized performance outside the platform. I offer a free consultation to clarify your priorities and determine the best technical approach for your MVP scope. I would love to chat more about your project! Regards, Sonny Dube
₹37,500 INR in 30 days
0.0
0.0

I can build a performant Unity-based Windows application tailored for your showroom, focusing on real-time tile visualization, smooth UX, and clean modular architecture. I’ll implement parametric rooms, efficient tiling with variation/rotation logic, and a zone-based system for flexibility without complexity. Tile data will be managed locally via SQLite with structured schemas for variants and images, plus Excel import support. I’ll ensure fast rendering, offline functionality, customer save/load features, and accurate quantity calculations. MVP delivery will prioritize core visualization and usability within a clear timeline. Victoria Behei
₹56,250 INR in 7 days
0.0
0.0

Hello Sir, Who I Am I’m a passionate and results-driven 3D Artist & Unity Developer with over 5 years of experience delivering high-quality digital solutions. My work spans across Virtual Worlds, Mobile/PC Games, and Web/App Design, with 100+ successfully completed projects for clients around the globe. I take pride in providing end-to-end creative and technical services tailored to each client’s unique vision. Why Choose Me? What sets me apart is my client-first approach. I begin by deeply understanding your requirements—no detail is too small. I then prepare a clear workflow breakdown, including timelines and estimated cost, so you know exactly what to expect at every stage. My goal is not just to complete a project, but to exceed your expectations and deliver something truly exceptional. My Expertise 3D Art & Modeling UI/UX Design Unity & Unreal Development Game Design & Development Brands I’ve Worked With Warner Bros | Barbie | Microsoft | Fujitsu | Mattel | Herfy | Hasbro I’m confident that my skills and dedication can bring real value to your project. Looking forward to the opportunity to collaborate!
₹235,000 INR in 90 days
0.0
0.0

Ajmer, India
Member since Apr 16, 2025
₹5000-15000 INR
₹600-1500 INR
₹750-1250 INR / hour
$8-15 USD / hour
$30-250 USD
$250-750 USD
$250-750 USD
₹600-1500 INR
$250-750 USD
₹150000-250000 INR
₹600-1500 INR
₹75000-150000 INR
$30-250 USD
$10-30 USD
£250-750 GBP
$10-500 USD
$2-8 USD / hour
$10-600 USD
₹1500-12500 INR
₹600-1500 INR
$250-750 USD
$10-30 CAD