Tell us about your project. We will get in touch shortly to discuss in more detail. You can also email us at info@sunstrikestudios.com
Tell us about your project. We will get in touch shortly to discuss in more detail. You can also email us at info@sunstrikestudios.com
Tell us about your project. We will get in touch shortly to discuss in more detail. You can also email us at info@sunstrikestudios.com
Texturing 3D Models for Games: A Practical, Studio-Ready Guide
Texturing 3D Models for Games: A Practical, Studio-Ready Guide
Through texturing, simple meshes read as real-world surfaces — pliant leather, satin-finished steel, weathered paint, and water-slick stone. It’s also where many pipelines go off the rails: inconsistent UVs, noisy roughness, bloated texture memory, or looks-great-in-Marmoset assets that collapse under in-engine lighting. This in-depth guide distills production-proven principles for game-ready 3D texturing across PC, console, and mobile. You’ll get concrete steps, checklists, optimization tips, and QA traps to avoid — so your textures look great and ship smoothly.
You’ll get: a clear breakdown of texture map functions; UV planning with texel-density targets; proven baking techniques; PBR tuning guidelines; practical Substance Painter workflows; channel-packing tactics; performance budgeting; and a ready-to-apply, end-to-end texturing pipeline.
Сharacter "Native American" created by SunStrike Studios for Power of Warrior Foods Inc.
Why Texturing Matters (Beyond “Make It Pretty”)
• Perceived realism & style: Properly authored base color, roughness, and normal detail shape how surfaces read under light. PBR-consistent materials feel believable even in stylized worlds.
• Readability & UX: Clean value separation and material contrast help players parse scenes at a glance, especially on small screens.
• Production velocity: A disciplined texturing pipeline (UV rules, material dictionaries, shared smart materials) prevents rework and speeds up content drops.
• Performance & memory: Texture size, format, and shader inputs often dominate over raw triangle counts; efficient packing and LODs keep frame time stable.
Inspiration: We expand on the basic “why and how” of texturing and turn it into a deeper, production-oriented playbook for your team.
PBR in Plain English: What Actually Drives the Look
Physically Based Rendering (PBR) means your material parameters approximate real-world light behavior. The objective isn’t photorealism but consistency — so assets sit seamlessly across different scenes and lighting conditions. Core channels in the metal/rough workflow:
• Base Color (Albedo): The inherent surface color — no lighting or AO baked in.
• Metallic: 0 (dielectric: wood, plastic, fabric) or 1 (metal). Metals tint reflections with their base color.
• Roughness: Micro-surface scatter. 0 = mirror-like; 1 = matte.
• Normal: Encodes small surface angles to fake geometric detail.
• Ambient Occlusion (AO): Optional multiply term that darkens crevices; use sparingly to avoid “dirty snow.”
Unreal’s documentation is a solid reference for the why behind these inputs and how engines expect them to behave.
Other common maps
• Height/Parallax: Micro relief; use judiciously (mobile may disable).
• Emissive: Light-emitting elements (screens, runes).
• Opacity/Opacity Mask: Cutouts and glass; watch overdraw.
• Subsurface/Transmission: Skin, wax, leaves; budget carefully.
UVs & Texel Density: The Foundation of Good Texturing
Poor UVs sabotage even the best painterly skill. Lock these fundamentals early:
• Maintain uniform texel density by setting a target — e.g., 512–1024 px/m based on camera distance — and applying it consistently across assets. Apply a checkerboard test pattern to verify texel density before running your bakes.
• Seams with intention: Place seams where curvature or occlusion hides them; align to material transitions (e.g., leather → metal).
• Padding & packing: Ensure enough gutter (e.g., 8 – 16 px at target res) to prevent mip bleeding. Arrange UV islands efficiently with snug packing, but avoid awkward rotations that make painting difficult.
• Mirroring vs. uniqueness: Mirror symmetrical forms to save memory, but break symmetry where close-ups or decals matter.
• Use UDIMs only when they add clear value — hero pieces and cinematics — and keep them minimal on gameplay assets unless your engine and memory budget can comfortably support the extra load.
Tip: In Substance Painter, the Texture Set settings govern resolution, channels, and mesh maps — document defaults in your style guide.
Baking: Get Detail “For Free” (and Avoid the Usual Artifacts)
High-to-low baking transfers sculpted detail without runtime cost. Best practices:
1. Clean naming & cages: Match high/low pairs by suffix, set custom cages to prevent ray misses/overlaps.
2. Smoothing groups: Hard edges usually = UV splits; keep logic consistent to reduce shading gradients.
3. Exploded bakes where needed: Separate intersecting parts to avoid projection errors; reassemble for texturing.
4. Map set: Normal (tangent), AO, Curvature, Thickness, Position. Painter’s bakers or dedicated tools both work — standardize on one.
5. QA the bake: Look for waviness, skewed gradients, visible seams, and unmatched hard edges in viewport shaders that mimic in-game shading.
SunStrike Studios work for the CharGen, character generation and customization system by VEA Games.
Authoring Materials: Calibrated, Repeatable, and On-Brand
Build a Material Dictionary
Document target value ranges (roughness bands, metalness usage), color swatches per faction/biome, and wear logic (edges vs. cavities, dirt intensity). Lock ranges so different artists land in the same ballpark.
Smart Materials & Generators (Substance Painter)
• Start with smart materials (layer stacks with masks) for metals, plastics, fabrics.
• Use generators (Curvature, AO, Position) to drive edge wear and dirt automatically, then hand-paint hero accents to avoid the “cookie cutter” look.
Keep Base Color Clean
No baked lighting, no AO, no stylized shadows in PBR base color unless your look specifically calls for it (NPR). It ensures consistent behavior across day/night, indoor/outdoor, and LUTs.
Channel Packing & Export: Less Files, Faster Loads
To reduce texture count and bandwidth:
• ORM packing: R = AO, G = Roughness, B = Metallic (swap channels to match your engine).
• Normal format: Use tangent-space normals with correct Y orientation (OpenGL vs. DirectX).
• Bit-depth discipline: 8-bit is fine for roughness/metal; use 16-bit where banding appears (height/displacement).
• Compression & formats: BC/DXT for desktop/console, ASTC/ETC2 for mobile. Make your Substance Painter export presets match the engine’s import expectations to prevent flipped channels and unnecessary recompression.
Artwork - characters, created by SunStrike Studios for the Mutiny project by Helio Games.
Lighting & Lookdev: Make the Texture Work Under Real Conditions
Texturing isn’t complete until it holds up under your project’s in-engine lighting:
• Neutral lookdev scene: One HDRI + one key + one rim; two LUTs (neutral + in-game).
• Engine parity: Preview in the target engine’s shading model whenever possible. Material Instances/Material Variants speed iteration in Unreal/Unity.
• Roughness sanity: Most real-world materials sit in the mid-roughness range; ultra-gloss should be rare outside polished metals and wet surfaces. Cross-check with real references (photo boards).
Performance Budgets: Make Art That Ships
Textures can dominate memory and I/O. Bake discipline into your pipeline:
• Per-category budgets: Set caps for texture memory per scene and per asset type (characters, weapons, props, environment modules).
• Resolution ladders: Define which assets get 2k/1k/512. Avoid defaulting to 4k.
• MIP bias & streaming: Use aggressive MIP streaming in outdoor scenes; prioritize hero assets.
• Alpha & overdraw: Prefer cutouts over soft alpha when possible; limit layered decals on mobile.
• Material permutations: limit shader variation and rely on a compact, reusable set of master materials.
Griffon 3D renders and concept art that SunStrike Studios created for DLC #4 to Pathfinder: Wrath of the Righteous - a new isometric single-player RPG – an indirect sequel to Pathfinder: Kingmaker being supervised by the Owlcat Games company. Pathfinder: Wrath of the Righteous CRPG ©️ 2023 Owlcat Games. Developed in association and used under license of Paizo Inc.
A Studio-Ready 10-Step Texturing Workflow
1. Lock intent & references
Assemble a reference board of real-world materials—textile weaves, plastics, and brushed metal finishes. Annotate what you want from each: color range, sheen, wear logic.
2. UVs & Texel Density Pass
Apply your checker; fix stretching, unify density, add padding. Document which islands will mirror.
3. Bake Mesh Maps
Generate normal/AO/curvature/thickness/position using standardized settings. Store bakers in source control alongside the low poly.
4. Block Materials
Assign provisional materials (metal, plastic, leather) and apply flat values in engine to test read under gameplay lighting.
5. Author Smart Materials
In Painter, layer base → mid wear → edge accents → dirt; drive with generators, refine by hand to avoid procedural sameness.
6. Roughness Pass (The Truth Serum)
Tune roughness in context. Switch among lighting setups, tweak exposure and LUTs, and validate the asset in both daytime and nighttime scenarios. Keep metals physically plausible.
7. Color Reality Check
Verify albedo values — avoid crushed shadows and blown-out highlights. Ensure faction/biome palettes match your dictionary.
8. Export & Pack
Use engine-ready presets: correct channel packing (ORM), normal orientation, bit-depth, and naming. Painter’s export templates help here.
9. Engine Integration
Hook up Material Instances/Variants, set texture streaming pools, and profile. Test LOD transitions for texture aliasing/pops.
10. QA & Polish Loop
Visual QA: seam checks, roughness flicker, MIP shimmer, tiling repeats, color banding. Performance QA: memory residency, texture thrash, alpha overdraw hot spots.
Tooling You’ll Actually Use
• Adobe Substance 3D Painter for baking, smart materials, generators, and export presets. Start with Painter basics, then add fast texturing with generators and scan-based materials.
• Substance 3D Designer for procedural tileables (concrete, fabric, wood) and parameterized wear.
• Unreal Engine / Unity material systems for master materials, instances, and runtime testing under real lighting.
Common Pitfalls (and How to Fix Them Fast)
• Baked AO in Base Color:
Symptom: muddy, dirty look under dynamic lighting.
Fix: remove AO from base color; apply ambient occlusion as a separate term or rely on SSAO in-engine.
• Glossy Everything:
Symptom: plastic sheen in scenes.
Fix: audit roughness histograms; push most dielectrics toward mid roughness with subtle variation.
• Procedural Overkill:
Symptom: repeating noise, identical wear across assets.
Fix: hand-paint breakups on focal areas; add unique decals where needed.
• UV Stretching & MIP Bleed:
Symptom: smeared paint and dark seams at distance.
Fix: straighten UVs for directional materials; increase padding; verify MIP chain and compression.
• Inconsistent Palette Across Artists:
Symptom: mismatched plastics, metals, fabrics.
Fix: enforce your material dictionary and shared smart materials; review with a “calibrated” lookdev scene.
Optimization for Platforms
1. Mobile & Switch
• Favor 512-1k textures for most props; 2k only for hero items.
• ASTC/ETC2 compression; channel pack aggressively; avoid depth-heavy parallax.
• Keep alpha tests over alpha blend where feasible; limit layered decals.
2. PC/Console
• Use 2k for heroes; virtual textures/streaming for large environments.
• Where the camera lingers, incorporate clear coat, subsurface scattering, and detail normal maps — and budget their cost on a per-scene basis.
• Lean on Material Instances for rapid tuning and variant sets.
3. VR/AR
• Ultra-tight budgets: low material permutations, minimal overdraw, conservative roughness for stable specular at high refresh.
Collaboration & Hand-Off: Make Outsourcing Frictionless
When you scale with external teams (hello!), clarity saves months:
• Style guide package: UV guidelines, a texel-density reference, a materials glossary, naming/versioning conventions, standardized export presets, and a shared lookdev scene.
• Example set: a benchmark-quality hero asset and a representative background prop, each supplied with full source files — Substance Painter project, baked maps, and final textures.
• Validation scripts: that automatically verify naming conventions, texture resolutions, ORM channel packing order, normal map orientation, and atlas usage.
• Feedback cadence: Screenshot sets at fixed camera angles + in-engine captures under standard lighting.
SunStrike Studios’ art and QA teams integrate with your DCC and engine pipelines, follow your style guide, and introduce automation where needed — so every delivery slot is smooth.
FAQ: 3D Texturing for Game Art
What’s the difference between “basic” materials and PBR?
Basic materials may ignore physical light behavior and can be fine for stylized or UI elements. PBR models light response (base color, metallic, roughness, normal), ensuring consistent results under changing lighting.
Should I ever paint shadows into my albedo?
For physically based pipelines, no — keep base color lighting-agnostic. Use roughness variation and proper lighting to sell the form. Exceptions exist for NPR/cel-shaded styles.
Do I need UDIMs for characters?
Only when camera distance and fidelity require it (cinematics, photo mode). For gameplay, prefer single-set or few sets with strict streaming and LOD policies.
How big should my textures be?
Start from camera distance and screen resolution. Many props look identical at 1k vs. 2k in motion; save 2k for hero/focal assets.
Which software should I learn first?
Substance 3D Painter for hands-on texturing, then Designer for tileables. Learn your target engine’s material system early so you can preview in-context.
Characters created by SunStrike Studios team members for Warface by Astrum Entertainment publisher. Portions of this software are included under license © 2004-2020 Crytek GmbH. All rights reserved. All trademarks are the property of their respective owners.
Your Next Steps (Copy-Paste This Mini-Plan)
1. Set material ranges (roughness bands, metal usage) and a texel density chart.
2. Create a neutral lookdev level in your engine.
3. Bake a single hero asset and run the 10-step workflow above.
4. Lock Painter export presets to your engine’s channel expectations.
5. Add QA gates: seams, roughness sanity, MIP shimmer, packed channel correctness.
6. Scale with shared smart materials and a material dictionary everyone follows.
Why Teams Choose SunStrike Studios
We deliver outsourced game art, QA, and full-cycle development with a texturing pipeline tuned for modern engines. Whether you need stylized hand-painted assets or calibrated PBR for photoreal worlds, our artists, tech artists, and QA work as a single unit:
• Texturing & Materials: Painter/Designer, trim/atlas strategy, channel packing, master materials, and export automation.
• QA & Optimization: Visual QA + performance sweeps across device matrices so what looks perfect in the viewer also sings at 60-120 FPS.
Have a build or vertical slice you want us to audit? Send it our way — SunStrike Studios can help you lock your material look, hit performance budgets, and scale content with confidence.
Email: info@sunstrikestudios.com
Kallipoleos 3, office 102, 1055 Nicosia, Cyprus
Sun Strike Gaming Ltd.
Tell us about your project. We will get in touch shortly to discuss in more detail. You can also email us at info@sunstrikestudios.com
© «SunStrike Studios» 2016-2025
Privacy Policy
1.1. We are Sun Strike Gaming Ltd located at Kallipoleos 3, office 102, 1055 Nicosia, Cyprus, working under the brand "Sunstrike Studios".
1.2. This Privacy Policy sets out how we collect and use your personal information when you use the mobile, online and downloadable products and services ("Services") offered by Sun Strike Gaming Ltd and its subsidiaries at https://sunstrikestudios.com/ and the choices available to you in connection with our use of your personal information (the Privacy Policy).This Privacy Policy should be read alongside, and in addition to, our terms and conditions at https://sunstrikestudios.com/ (Terms). In case of any contradictions between this Privacy Policy and the Terms, this Privacy Policy will prevail.
2.1. By making available the Services we, acting reasonably and in good faith, believe that you:(a) have all necessary rights to register on and use the Services;(b) provide true information about yourself to the extent necessary for use of the Services;(c) understand that by the posting your personal information you have manifestly made this information public, and this information may become available to other Site users and internet users, be copied and disseminated by them;(d) understand that some types of information transferred by you to other Service users cannot be deleted by you or us;(e) are aware of and accept this Privacy Policy.
2.2. We do not check the user information received from you, except where such check is necessary in order for us to fulfill our obligations to you.
2.3. This Privacy Policy applies only to the European Union-based users. If you are not a European Union-based user, please refer to the Privacy Policy applicable in the relevant jurisdiction.
3.1. In order to implement the agreement between you and us, and provide you with access to the use of the Services, we will improve, develop and implement new features to our Services, and enhance the available Services functionality. To achieve these objectives, and in compliance with applicable laws, we will collect, store, aggregate, organise, extract, compare, use, and supplement your data (hereinafter “processing”). We will also receive and pass this data, and our automatically processed analyses of this data to our affiliates and partners as set out in the table below and section 4 of this Privacy Policy.
3.2. We set out in more detail the information we collect when you use our Services, why we collect and process it and the legal bases below.
# | Information Collected | Purpose | Legal Basis |
---|---|---|---|
1 | Data you provide for registering in the Services including your email and/or mobile phone number | We use this information in order to manage and administer the Services provided to you. We use this data to enable us to fulfill our obligations to you as part of the Services (e.g. in cases where you request restoration of your account). See section 8.3 of this Privacy Policy for more information. We also use this information in order to provide you with updates and information on our and selected third parties' products and services we think you may be interested in. | Legitimate interests Performance of our contract with you |
2 | Where necessary, a copy of your identity or another document containing your name, surname, photograph, number of the principal identity document of you or your representative, payment details and another additional data, with that you may provide us, including through our support service.We may take additional verification steps where we consider reasonable in order to verify your account. | We use this data in order to identify you, verify your account and prevent abuse and infringements of your or other persons' rights.For example, we use this information to verify your identity if you lose your credentials and wish to access your account with us. | Legitimate Interests |
3 | Additional data you provide on dedicated Services profile page via including your first and last name, nickname, gender, date of birth, avatar picture and language preferences. | We use this information in order to provide our Services to you, to manage and administer Services and as additional information to verify your account to prevent abuse and infringements of your or other persons' rights. We also use this information in order to provide you with updates and information on our and selected third parties' products and services we think you may be interested in.We use this information in order to tailor and improve the adverts that are presented on the Site and measure the effectiveness of these advertisements. | Legitimate interests Performance of our contract with you |
4 | Additional data received when you access the Services, including information regarding technical devices, technical interaction with the Service such as your IP-address, time of registration in the Service, device ids, country and language settings, device model and operating system used, your installed apps, type of browser, your Internet provider and/or phone network operator, network type, screen resolution, RAM size and your browsing behavior. | We use your data for internal review in order to constantly improve the content of our Services and web pages, optimizing your user experience, to understand any errors you may encounter when using the Services, to notify you of changes to the Services and to personalise the use of our Services.We use this information in order to tailor and improve the adverts that are presented on the Site and measure the effectiveness of these advertisements. | Legitimate Interests |
5 | Information that is automatically received at the time of access to the Services with the use of cookies. | Please see our cookies policy which sets out the types of cookies we use and what we use these cookies for. We use this information in order to tailor and improve the adverts that are presented on the Site and measure the effectiveness of these advertisements. | Consent |
6 | Information that is created by you while using the Services (including information that you post in any game forums and/or chat rooms). Depending on the place of posting (chat room or forum) this information can be available to some or all other users of our Services. | We use this information in order to manage and administer the Services including providing our services to you. | Legitimate interests, which inter alia, include the processing of manifestly made public by you data Performance of our contract with you |
7 | Information that is created by you while placing requests to our Services support. | We use this information in order to verify your identity and to fulfil your support request. We may also use this data in order to investigate any complaints on your behalf and to provide you with a more efficient service. | Legitimate interests Performance of our contract with you |
8 | Information that is received as the result of your behavioral actions when using the Services (including your game actions and achievements, badges). This information can be available to other users of our Services (e.g. on Leaderboards). | We use this information in order to manage and administer the Services including providing our Services to you. We may also use this data in order to tailor and improve the adverts that are presented to you to and measure the effectiveness of these advertisements. | Legitimate interests |
9 | Information that is received about you as the result of other users’ actions on the Services (in particular, information posted in chat rooms and forums by other users). | We use this information in order to manage and administer the Services including providing our Services to you. | Legitimate interests |
10 | Data collected via third parties, including your social network ids, application store ids, nickname, email and friends list, when you register in our Services via you social or application store accounts and/or connect your social account to our Services. | We use this information in order to manage and administer the Services provided to you. We use this information for certain social functions of our Services, such as to show you who of your friends play the same game as you. We also use this information in order to provide you with updates and information on our and selected third parties' products and services we think you may be interested in. | Legitimate interests Performance of our contract with you |
3.3. Our legitimate interests include (1) maintaining and administrating the Services; (2) providing the Services to you; (3) improving the content of the Services and web pages; (4) processing of the data that was manifestly made public by you; (5) ensuring your account is adequately protected; and (6) compliance with any contractual, legal or regulatory obligations under any applicable law.
3.4. As part of maintaining and administrating the Services we use the information to analyse user activity and ensure that rules and terms of use for the Services are not violated.
3.5. Your personal information may also be processed if it is required by a law enforcement or regulatory authority, body or agency or in the defence or exercise of legal claims.We will not delete personal information if it is relevant to an investigation or a dispute.It will continue to be stored until those issues are fully resolved and/or during the term that is required and/or permissible under applicable/relevant law.
3.6. You may withdraw your consent to sending you marketing information by amending your privacy settings of your account.
3.7. Please note, if you do not want us to process sensitive and special categories of data about you (including data relating to your health, racial or ethnic origin, political opinion, religious or philosophical beliefs, sex life, and your sexual orientation) you should take care not to post this information or share this data on the Site.Once you have provided this data it will be accessible by other site users and it becomes difficult for us to remove this data.
3.8. Please note, if you withdraw your consent to processing or you do not provide the data that we require in order to maintain and administer the Services, you may not be able to access the Services or register with the web pages.
3.9. If we intend to further process your data for any other purpose to those set out in this Privacy Policy, we shall provide you with details of this further purpose before we commence processing.
4.1. Your username can be available to all of the Service users. We take technical and organizational measures to ensure that your data is safe. Please note that by the posting your personal information you have manifestly made this information public, and this may become available to other Service users and internet users and be copied and/ or disseminated by such users. Once this data is transferred by you to other users you will not be able to delete this data.
4.2. Sometimes we may need to share your data with a third party in order to provide our Services to you or to administer the Services, for example if you choose to share your data across other social media platforms.
4.3. We may also share your data with our third party contractors and application developers provided these third parties assume confidentiality obligations regarding your personal data collected by your use of the applications they offer. The developers use the information provided to them in order to provide you with additional services. Data will only be shared with these developers with your consent. You can authorise developers to access your information via our products.
4.4. Our ad management and recommendation system is designed so that your information will not be shared directly with our third party advertisers. An advertiser or maker of a recommendation can only choose to target advertisements to groups of users falling within criteria such as age, gender or location, or to target communities according to type, e.g. cars or fashion. If you fall within one of the target groups you will receive an advert or recommendation.
4.5. An advertiser or maker of recommendations may also choose to upload a list of emails, phone numbers and identities to our systems so that we (but not the adviser or maker of recommendations) can check for user matches. They will see the number of matches but not the matches themselves.
4.6. If you participate in public tournaments we may have the obligation to disclose your personal information to tax authorities. We also may publish your data as part of the tournament score tables on our and third party websites.
4.7. Sun Strike Gaming Ltd or our selected third party partners with our permission, using their own ad servers, can show advertisements to you.
5.1. The Services may contain links to sites operated by third parties. We are not responsible for your data privacy when you access these links or engage with third party services and you should ensure you review the relevant third party's privacy statement which will govern your data privacy rights.
5.2. We bear no liability for the actions of third parties which, as the result of your use of the internet or the Services, obtain access to your information in accordance with the confidentiality level selected by you.
5.3. We bear no liability for the consequences of use of the information which, due to the Services nature, is available to any internet user. We ask you to take a responsible approach to the scope of their information posted on the Site.
6.1. We may transfer and maintain on our servers or databases some of your personal information outside the European Economic Area (EEA) including in Russia.
6.2. The countries to which we transfer your data may not have the same data protection laws as your jurisdiction. We take reasonable cyber security measures and/or put in place the Standard Contractual Clauses (e.g. Model Clauses, Data Processing Agreement/Addendum) to ensure your data is adequately protected.
7.1. We will retain your personal information for as long as required to perform the purposes for which the data was collected depending on the legal basis for which that data was obtained and/or whether additional legal/regulatory obligations mandate that we retain your personal information during the term that is required and/or permissible under applicable/relevant law.
7.2. You may delete your personal data by removing the data from your account; alternatively, you can delete your account.
7.3. We may remove your account, or the information you post as provided by the Terms.
8.1. You have the following rights, in certain circumstances, in relation to your personal information:(a) Right to access your personal information.(b) Right to rectify your personal information: you can request that we update, block or delete your personal data, if the data is incomplete, outdated, incorrect, unlawfully received or no longer relevant for the purpose of processing.(c) Right to restrict the use of your personal information.(d) Right to request that your personal information is erased.(e) Right to object to processing of your personal information.(f) Right to data portability (in certain specific circumstances).(g) Right not to be subject to an automated decision.(h) Right to lodge a complaint with a supervisory authority.
8.2. You also have a right to independently remove personal information on your account and make changes and corrections to your information, provided that such changes and corrections contain up-to-date and true information. You can also view an overview of the information we hold about you.
8.3. If you would like to exercise these rights, please contact Support Service at support@sunstrikestudios.com or send your request to us, in writing to Kallipoleos 3, office 102, 1055 Nicosia, Cyprus. We will aim to respond to you within 30 days from receipt of request. We will need to verify your identity before we are able to disclose any personal data to you.
9.1. We take technical, organizational and legal measures, including, where suitable, encryption, to ensure that your personal data are protected from unauthorized or accidental access, deletion, modification, blocking, copying and dissemination.
9.2. Access to the Services is authorized using your login (e-mail address or mobile phone number) and password. You are responsible for keeping this information confidential. You should not share your credentials with third parties and we recommend you take measures to ensure this information is kept confidential.
9.3. If you forget your login details, you can request us to send you an SMS or email, which will contain a restoration code.
9.4. To reduce the probability of third parties gaining unauthorized access, if you login to your account from an unusual place or after several failed attempts to provide valid login details, we may block entry to your account. You will then need to contact Service support and provide certain additional information to verify your credentials and gain access to your account.
10.1. From time to time, we may change and/or update this Privacy Policy. If this Privacy Policy changes in any way, we will post an updated version on this page. We will store the previous versions of this Privacy Policy in our documentation achieve. We recommend you regularly review this page to ensure that you are always aware of our information practices and any changes to such.
11.1. If you have any questions, please send your inquiries to Service support at support@sunstrikestudios.com or send your request to us, in writing to Kallipoleos 3, office 102, 1055 Nicosia, Cyprus. So we can deal with your enquiry effectively, please quote this Privacy Policy. We will aim to respond to you within 30 days from receipt of request.
11.2. All correspondence received by us from you (written or electronic inquiries) is classified as restricted-access information and may not be disclosed without your written consent. The personal data and other information about you may not be used without your consent for any purpose other than for response to the inquiry, except as expressly provided by law.
© Sun Strike Gaming Ltd . 2023
Email: info@sunstrikestudios.com
Kallipoleos 3, office 102, 1055 Nicosia, Cyprus
Sun Strike Gaming Ltd.
Tell us about your project. We will get in touch shortly to discuss in more detail. You can also email us at info@sunstrikestudios.com
«SunStrike Studios» © 2016-2025
Privacy Policy
1.1. We are Sun Strike Gaming Ltd located at Kallipoleos 3, office 102, 1055 Nicosia, Cyprus, working under the brand "Sunstrike Studios".
1.2. This Privacy Policy sets out how we collect and use your personal information when you use the mobile, online and downloadable products and services ("Services") offered by Sun Strike Gaming Ltd and its subsidiaries at https://sunstrikestudios.com/ and the choices available to you in connection with our use of your personal information (the Privacy Policy).This Privacy Policy should be read alongside, and in addition to, our terms and conditions at https://sunstrikestudios.com/ (Terms). In case of any contradictions between this Privacy Policy and the Terms, this Privacy Policy will prevail.
2.1. By making available the Services we, acting reasonably and in good faith, believe that you:(a) have all necessary rights to register on and use the Services;(b) provide true information about yourself to the extent necessary for use of the Services;(c) understand that by the posting your personal information you have manifestly made this information public, and this information may become available to other Site users and internet users, be copied and disseminated by them;(d) understand that some types of information transferred by you to other Service users cannot be deleted by you or us;(e) are aware of and accept this Privacy Policy.
2.2. We do not check the user information received from you, except where such check is necessary in order for us to fulfill our obligations to you.
2.3. This Privacy Policy applies only to the European Union-based users. If you are not a European Union-based user, please refer to the Privacy Policy applicable in the relevant jurisdiction.
3.1. In order to implement the agreement between you and us, and provide you with access to the use of the Services, we will improve, develop and implement new features to our Services, and enhance the available Services functionality. To achieve these objectives, and in compliance with applicable laws, we will collect, store, aggregate, organise, extract, compare, use, and supplement your data (hereinafter “processing”). We will also receive and pass this data, and our automatically processed analyses of this data to our affiliates and partners as set out in the table below and section 4 of this Privacy Policy.
3.2. We set out in more detail the information we collect when you use our Services, why we collect and process it and the legal bases below.
# | Information Collected | Purpose | Legal Basis |
---|---|---|---|
1 | Data you provide for registering in the Services including your email and/or mobile phone number | We use this information in order to manage and administer the Services provided to you. We use this data to enable us to fulfill our obligations to you as part of the Services (e.g. in cases where you request restoration of your account). See section 8.3 of this Privacy Policy for more information. We also use this information in order to provide you with updates and information on our and selected third parties' products and services we think you may be interested in. | Legitimate interests Performance of our contract with you |
2 | Where necessary, a copy of your identity or another document containing your name, surname, photograph, number of the principal identity document of you or your representative, payment details and another additional data, with that you may provide us, including through our support service.We may take additional verification steps where we consider reasonable in order to verify your account. | We use this data in order to identify you, verify your account and prevent abuse and infringements of your or other persons' rights.For example, we use this information to verify your identity if you lose your credentials and wish to access your account with us. | Legitimate Interests |
3 | Additional data you provide on dedicated Services profile page via including your first and last name, nickname, gender, date of birth, avatar picture and language preferences. | We use this information in order to provide our Services to you, to manage and administer Services and as additional information to verify your account to prevent abuse and infringements of your or other persons' rights. We also use this information in order to provide you with updates and information on our and selected third parties' products and services we think you may be interested in.We use this information in order to tailor and improve the adverts that are presented on the Site and measure the effectiveness of these advertisements. | Legitimate interests Performance of our contract with you |
4 | Additional data received when you access the Services, including information regarding technical devices, technical interaction with the Service such as your IP-address, time of registration in the Service, device ids, country and language settings, device model and operating system used, your installed apps, type of browser, your Internet provider and/or phone network operator, network type, screen resolution, RAM size and your browsing behavior. | We use your data for internal review in order to constantly improve the content of our Services and web pages, optimizing your user experience, to understand any errors you may encounter when using the Services, to notify you of changes to the Services and to personalise the use of our Services.We use this information in order to tailor and improve the adverts that are presented on the Site and measure the effectiveness of these advertisements. | Legitimate Interests |
5 | Information that is automatically received at the time of access to the Services with the use of cookies. | Please see our cookies policy which sets out the types of cookies we use and what we use these cookies for. We use this information in order to tailor and improve the adverts that are presented on the Site and measure the effectiveness of these advertisements. | Consent |
6 | Information that is created by you while using the Services (including information that you post in any game forums and/or chat rooms). Depending on the place of posting (chat room or forum) this information can be available to some or all other users of our Services. | We use this information in order to manage and administer the Services including providing our services to you. | Legitimate interests, which inter alia, include the processing of manifestly made public by you data Performance of our contract with you |
7 | Information that is created by you while placing requests to our Services support. | We use this information in order to verify your identity and to fulfil your support request. We may also use this data in order to investigate any complaints on your behalf and to provide you with a more efficient service. | Legitimate interests Performance of our contract with you |
8 | Information that is received as the result of your behavioral actions when using the Services (including your game actions and achievements, badges). This information can be available to other users of our Services (e.g. on Leaderboards). | We use this information in order to manage and administer the Services including providing our Services to you. We may also use this data in order to tailor and improve the adverts that are presented to you to and measure the effectiveness of these advertisements. | Legitimate interests |
9 | Information that is received about you as the result of other users’ actions on the Services (in particular, information posted in chat rooms and forums by other users). | We use this information in order to manage and administer the Services including providing our Services to you. | Legitimate interests |
10 | Data collected via third parties, including your social network ids, application store ids, nickname, email and friends list, when you register in our Services via you social or application store accounts and/or connect your social account to our Services. | We use this information in order to manage and administer the Services provided to you. We use this information for certain social functions of our Services, such as to show you who of your friends play the same game as you. We also use this information in order to provide you with updates and information on our and selected third parties' products and services we think you may be interested in. | Legitimate interests Performance of our contract with you |
3.3. Our legitimate interests include (1) maintaining and administrating the Services; (2) providing the Services to you; (3) improving the content of the Services and web pages; (4) processing of the data that was manifestly made public by you; (5) ensuring your account is adequately protected; and (6) compliance with any contractual, legal or regulatory obligations under any applicable law.
3.4. As part of maintaining and administrating the Services we use the information to analyse user activity and ensure that rules and terms of use for the Services are not violated.
3.5. Your personal information may also be processed if it is required by a law enforcement or regulatory authority, body or agency or in the defence or exercise of legal claims.We will not delete personal information if it is relevant to an investigation or a dispute.It will continue to be stored until those issues are fully resolved and/or during the term that is required and/or permissible under applicable/relevant law.
3.6. You may withdraw your consent to sending you marketing information by amending your privacy settings of your account.
3.7. Please note, if you do not want us to process sensitive and special categories of data about you (including data relating to your health, racial or ethnic origin, political opinion, religious or philosophical beliefs, sex life, and your sexual orientation) you should take care not to post this information or share this data on the Site.Once you have provided this data it will be accessible by other site users and it becomes difficult for us to remove this data.
3.8. Please note, if you withdraw your consent to processing or you do not provide the data that we require in order to maintain and administer the Services, you may not be able to access the Services or register with the web pages.
3.9. If we intend to further process your data for any other purpose to those set out in this Privacy Policy, we shall provide you with details of this further purpose before we commence processing.
4.1. Your username can be available to all of the Service users. We take technical and organizational measures to ensure that your data is safe. Please note that by the posting your personal information you have manifestly made this information public, and this may become available to other Service users and internet users and be copied and/ or disseminated by such users. Once this data is transferred by you to other users you will not be able to delete this data.
4.2. Sometimes we may need to share your data with a third party in order to provide our Services to you or to administer the Services, for example if you choose to share your data across other social media platforms.
4.3. We may also share your data with our third party contractors and application developers provided these third parties assume confidentiality obligations regarding your personal data collected by your use of the applications they offer. The developers use the information provided to them in order to provide you with additional services. Data will only be shared with these developers with your consent. You can authorise developers to access your information via our products.
4.4. Our ad management and recommendation system is designed so that your information will not be shared directly with our third party advertisers. An advertiser or maker of a recommendation can only choose to target advertisements to groups of users falling within criteria such as age, gender or location, or to target communities according to type, e.g. cars or fashion. If you fall within one of the target groups you will receive an advert or recommendation.
4.5. An advertiser or maker of recommendations may also choose to upload a list of emails, phone numbers and identities to our systems so that we (but not the adviser or maker of recommendations) can check for user matches. They will see the number of matches but not the matches themselves.
4.6. If you participate in public tournaments we may have the obligation to disclose your personal information to tax authorities. We also may publish your data as part of the tournament score tables on our and third party websites.
4.7. Sun Strike Gaming Ltd or our selected third party partners with our permission, using their own ad servers, can show advertisements to you.
5.1. The Services may contain links to sites operated by third parties. We are not responsible for your data privacy when you access these links or engage with third party services and you should ensure you review the relevant third party's privacy statement which will govern your data privacy rights.
5.2. We bear no liability for the actions of third parties which, as the result of your use of the internet or the Services, obtain access to your information in accordance with the confidentiality level selected by you.
5.3. We bear no liability for the consequences of use of the information which, due to the Services nature, is available to any internet user. We ask you to take a responsible approach to the scope of their information posted on the Site.
6.1. We may transfer and maintain on our servers or databases some of your personal information outside the European Economic Area (EEA) including in Russia.
6.2. The countries to which we transfer your data may not have the same data protection laws as your jurisdiction. We take reasonable cyber security measures and/or put in place the Standard Contractual Clauses (e.g. Model Clauses, Data Processing Agreement/Addendum) to ensure your data is adequately protected.
7.1. We will retain your personal information for as long as required to perform the purposes for which the data was collected depending on the legal basis for which that data was obtained and/or whether additional legal/regulatory obligations mandate that we retain your personal information during the term that is required and/or permissible under applicable/relevant law.
7.2. You may delete your personal data by removing the data from your account; alternatively, you can delete your account.
7.3. We may remove your account, or the information you post as provided by the Terms.
8.1. You have the following rights, in certain circumstances, in relation to your personal information:(a) Right to access your personal information.(b) Right to rectify your personal information: you can request that we update, block or delete your personal data, if the data is incomplete, outdated, incorrect, unlawfully received or no longer relevant for the purpose of processing.(c) Right to restrict the use of your personal information.(d) Right to request that your personal information is erased.(e) Right to object to processing of your personal information.(f) Right to data portability (in certain specific circumstances).(g) Right not to be subject to an automated decision.(h) Right to lodge a complaint with a supervisory authority.
8.2. You also have a right to independently remove personal information on your account and make changes and corrections to your information, provided that such changes and corrections contain up-to-date and true information. You can also view an overview of the information we hold about you.
8.3. If you would like to exercise these rights, please contact Support Service at support@sunstrikestudios.com or send your request to us, in writing to Kallipoleos 3, office 102, 1055 Nicosia, Cyprus. We will aim to respond to you within 30 days from receipt of request. We will need to verify your identity before we are able to disclose any personal data to you.
9.1. We take technical, organizational and legal measures, including, where suitable, encryption, to ensure that your personal data are protected from unauthorized or accidental access, deletion, modification, blocking, copying and dissemination.
9.2. Access to the Services is authorized using your login (e-mail address or mobile phone number) and password. You are responsible for keeping this information confidential. You should not share your credentials with third parties and we recommend you take measures to ensure this information is kept confidential.
9.3. If you forget your login details, you can request us to send you an SMS or email, which will contain a restoration code.
9.4. To reduce the probability of third parties gaining unauthorized access, if you login to your account from an unusual place or after several failed attempts to provide valid login details, we may block entry to your account. You will then need to contact Service support and provide certain additional information to verify your credentials and gain access to your account.
10.1. From time to time, we may change and/or update this Privacy Policy. If this Privacy Policy changes in any way, we will post an updated version on this page. We will store the previous versions of this Privacy Policy in our documentation achieve. We recommend you regularly review this page to ensure that you are always aware of our information practices and any changes to such.
11.1. If you have any questions, please send your inquiries to Service support at support@sunstrikestudios.com or send your request to us, in writing to Kallipoleos 3, office 102, 1055 Nicosia, Cyprus. So we can deal with your enquiry effectively, please quote this Privacy Policy. We will aim to respond to you within 30 days from receipt of request.
11.2. All correspondence received by us from you (written or electronic inquiries) is classified as restricted-access information and may not be disclosed without your written consent. The personal data and other information about you may not be used without your consent for any purpose other than for response to the inquiry, except as expressly provided by law.
© Sun Strike Gaming Ltd. 2023
Email: info@sunstrikestudios.com
Kallipoleos 3, office 102, 1055 Nicosia, Cyprus
Sun Strike Gaming Ltd.
Tell us about your project. We will get in touch shortly to discuss in more detail. You can also email us at info@sunstrikestudios.com
© «SunStrike Studios» 2016-2025
Privacy Policy
1.1. We are Sun Strike Gaming Ltd located at Kallipoleos 3, office 102, 1055 Nicosia, Cyprus, working under the brand "Sunstrike Studios".
1.2. This Privacy Policy sets out how we collect and use your personal information when you use the mobile, online and downloadable products and services ("Services") offered by Sun Strike Gaming Ltd and its subsidiaries at https://sunstrikestudios.com/ and the choices available to you in connection with our use of your personal information (the Privacy Policy).This Privacy Policy should be read alongside, and in addition to, our terms and conditions at https://sunstrikestudios.com/ (Terms). In case of any contradictions between this Privacy Policy and the Terms, this Privacy Policy will prevail.
2.1. By making available the Services we, acting reasonably and in good faith, believe that you:(a) have all necessary rights to register on and use the Services;(b) provide true information about yourself to the extent necessary for use of the Services;(c) understand that by the posting your personal information you have manifestly made this information public, and this information may become available to other Site users and internet users, be copied and disseminated by them;(d) understand that some types of information transferred by you to other Service users cannot be deleted by you or us;(e) are aware of and accept this Privacy Policy.
2.2. We do not check the user information received from you, except where such check is necessary in order for us to fulfill our obligations to you.
2.3. This Privacy Policy applies only to the European Union-based users. If you are not a European Union-based user, please refer to the Privacy Policy applicable in the relevant jurisdiction.
3.1. In order to implement the agreement between you and us, and provide you with access to the use of the Services, we will improve, develop and implement new features to our Services, and enhance the available Services functionality. To achieve these objectives, and in compliance with applicable laws, we will collect, store, aggregate, organise, extract, compare, use, and supplement your data (hereinafter “processing”). We will also receive and pass this data, and our automatically processed analyses of this data to our affiliates and partners as set out in the table below and section 4 of this Privacy Policy.
3.2. We set out in more detail the information we collect when you use our Services, why we collect and process it and the legal bases below.
# | Information Collected | Purpose | Legal Basis |
---|---|---|---|
1 | Data you provide for registering in the Services including your email and/or mobile phone number | We use this information in order to manage and administer the Services provided to you. We use this data to enable us to fulfill our obligations to you as part of the Services (e.g. in cases where you request restoration of your account). See section 8.3 of this Privacy Policy for more information. We also use this information in order to provide you with updates and information on our and selected third parties' products and services we think you may be interested in. | Legitimate interests Performance of our contract with you |
2 | Where necessary, a copy of your identity or another document containing your name, surname, photograph, number of the principal identity document of you or your representative, payment details and another additional data, with that you may provide us, including through our support service.We may take additional verification steps where we consider reasonable in order to verify your account. | We use this data in order to identify you, verify your account and prevent abuse and infringements of your or other persons' rights.For example, we use this information to verify your identity if you lose your credentials and wish to access your account with us. | Legitimate Interests |
3 | Additional data you provide on dedicated Services profile page via including your first and last name, nickname, gender, date of birth, avatar picture and language preferences. | We use this information in order to provide our Services to you, to manage and administer Services and as additional information to verify your account to prevent abuse and infringements of your or other persons' rights. We also use this information in order to provide you with updates and information on our and selected third parties' products and services we think you may be interested in.We use this information in order to tailor and improve the adverts that are presented on the Site and measure the effectiveness of these advertisements. | Legitimate interests Performance of our contract with you |
4 | Additional data received when you access the Services, including information regarding technical devices, technical interaction with the Service such as your IP-address, time of registration in the Service, device ids, country and language settings, device model and operating system used, your installed apps, type of browser, your Internet provider and/or phone network operator, network type, screen resolution, RAM size and your browsing behavior. | We use your data for internal review in order to constantly improve the content of our Services and web pages, optimizing your user experience, to understand any errors you may encounter when using the Services, to notify you of changes to the Services and to personalise the use of our Services.We use this information in order to tailor and improve the adverts that are presented on the Site and measure the effectiveness of these advertisements. | Legitimate Interests |
5 | Information that is automatically received at the time of access to the Services with the use of cookies. | Please see our cookies policy which sets out the types of cookies we use and what we use these cookies for. We use this information in order to tailor and improve the adverts that are presented on the Site and measure the effectiveness of these advertisements. | Consent |
6 | Information that is created by you while using the Services (including information that you post in any game forums and/or chat rooms). Depending on the place of posting (chat room or forum) this information can be available to some or all other users of our Services. | We use this information in order to manage and administer the Services including providing our services to you. | Legitimate interests, which inter alia, include the processing of manifestly made public by you data Performance of our contract with you |
7 | Information that is created by you while placing requests to our Services support. | We use this information in order to verify your identity and to fulfil your support request. We may also use this data in order to investigate any complaints on your behalf and to provide you with a more efficient service. | Legitimate interests Performance of our contract with you |
8 | Information that is received as the result of your behavioral actions when using the Services (including your game actions and achievements, badges). This information can be available to other users of our Services (e.g. on Leaderboards). | We use this information in order to manage and administer the Services including providing our Services to you. We may also use this data in order to tailor and improve the adverts that are presented to you to and measure the effectiveness of these advertisements. | Legitimate interests |
9 | Information that is received about you as the result of other users’ actions on the Services (in particular, information posted in chat rooms and forums by other users). | We use this information in order to manage and administer the Services including providing our Services to you. | Legitimate interests |
10 | Data collected via third parties, including your social network ids, application store ids, nickname, email and friends list, when you register in our Services via you social or application store accounts and/or connect your social account to our Services. | We use this information in order to manage and administer the Services provided to you. We use this information for certain social functions of our Services, such as to show you who of your friends play the same game as you. We also use this information in order to provide you with updates and information on our and selected third parties' products and services we think you may be interested in. | Legitimate interests Performance of our contract with you |
3.3. Our legitimate interests include (1) maintaining and administrating the Services; (2) providing the Services to you; (3) improving the content of the Services and web pages; (4) processing of the data that was manifestly made public by you; (5) ensuring your account is adequately protected; and (6) compliance with any contractual, legal or regulatory obligations under any applicable law.
3.4. As part of maintaining and administrating the Services we use the information to analyse user activity and ensure that rules and terms of use for the Services are not violated.
3.5. Your personal information may also be processed if it is required by a law enforcement or regulatory authority, body or agency or in the defence or exercise of legal claims.We will not delete personal information if it is relevant to an investigation or a dispute.It will continue to be stored until those issues are fully resolved and/or during the term that is required and/or permissible under applicable/relevant law.
3.6. You may withdraw your consent to sending you marketing information by amending your privacy settings of your account.
3.7. Please note, if you do not want us to process sensitive and special categories of data about you (including data relating to your health, racial or ethnic origin, political opinion, religious or philosophical beliefs, sex life, and your sexual orientation) you should take care not to post this information or share this data on the Site.Once you have provided this data it will be accessible by other site users and it becomes difficult for us to remove this data.
3.8. Please note, if you withdraw your consent to processing or you do not provide the data that we require in order to maintain and administer the Services, you may not be able to access the Services or register with the web pages.
3.9. If we intend to further process your data for any other purpose to those set out in this Privacy Policy, we shall provide you with details of this further purpose before we commence processing.
4.1. Your username can be available to all of the Service users. We take technical and organizational measures to ensure that your data is safe. Please note that by the posting your personal information you have manifestly made this information public, and this may become available to other Service users and internet users and be copied and/ or disseminated by such users. Once this data is transferred by you to other users you will not be able to delete this data.
4.2. Sometimes we may need to share your data with a third party in order to provide our Services to you or to administer the Services, for example if you choose to share your data across other social media platforms.
4.3. We may also share your data with our third party contractors and application developers provided these third parties assume confidentiality obligations regarding your personal data collected by your use of the applications they offer. The developers use the information provided to them in order to provide you with additional services. Data will only be shared with these developers with your consent. You can authorise developers to access your information via our products.
4.4. Our ad management and recommendation system is designed so that your information will not be shared directly with our third party advertisers. An advertiser or maker of a recommendation can only choose to target advertisements to groups of users falling within criteria such as age, gender or location, or to target communities according to type, e.g. cars or fashion. If you fall within one of the target groups you will receive an advert or recommendation.
4.5. An advertiser or maker of recommendations may also choose to upload a list of emails, phone numbers and identities to our systems so that we (but not the adviser or maker of recommendations) can check for user matches. They will see the number of matches but not the matches themselves.
4.6. If you participate in public tournaments we may have the obligation to disclose your personal information to tax authorities. We also may publish your data as part of the tournament score tables on our and third party websites.
4.7. Sun Strike Gaming Ltd or our selected third party partners with our permission, using their own ad servers, can show advertisements to you.
5.1. The Services may contain links to sites operated by third parties. We are not responsible for your data privacy when you access these links or engage with third party services and you should ensure you review the relevant third party's privacy statement which will govern your data privacy rights.
5.2. We bear no liability for the actions of third parties which, as the result of your use of the internet or the Services, obtain access to your information in accordance with the confidentiality level selected by you.
5.3. We bear no liability for the consequences of use of the information which, due to the Services nature, is available to any internet user. We ask you to take a responsible approach to the scope of their information posted on the Site.
6.1. We may transfer and maintain on our servers or databases some of your personal information outside the European Economic Area (EEA) including in Russia.
6.2. The countries to which we transfer your data may not have the same data protection laws as your jurisdiction. We take reasonable cyber security measures and/or put in place the Standard Contractual Clauses (e.g. Model Clauses, Data Processing Agreement/Addendum) to ensure your data is adequately protected.
7.1. We will retain your personal information for as long as required to perform the purposes for which the data was collected depending on the legal basis for which that data was obtained and/or whether additional legal/regulatory obligations mandate that we retain your personal information during the term that is required and/or permissible under applicable/relevant law.
7.2. You may delete your personal data by removing the data from your account; alternatively, you can delete your account.
7.3. We may remove your account, or the information you post as provided by the Terms.
8.1. You have the following rights, in certain circumstances, in relation to your personal information:(a) Right to access your personal information.(b) Right to rectify your personal information: you can request that we update, block or delete your personal data, if the data is incomplete, outdated, incorrect, unlawfully received or no longer relevant for the purpose of processing.(c) Right to restrict the use of your personal information.(d) Right to request that your personal information is erased.(e) Right to object to processing of your personal information.(f) Right to data portability (in certain specific circumstances).(g) Right not to be subject to an automated decision.(h) Right to lodge a complaint with a supervisory authority.
8.2. You also have a right to independently remove personal information on your account and make changes and corrections to your information, provided that such changes and corrections contain up-to-date and true information. You can also view an overview of the information we hold about you.
8.3. If you would like to exercise these rights, please contact Support Service at support@sunstrikestudios.com or send your request to us, in writing to Kallipoleos 3, office 102, 1055 Nicosia, Cyprus. We will aim to respond to you within 30 days from receipt of request. We will need to verify your identity before we are able to disclose any personal data to you.
9.1. We take technical, organizational and legal measures, including, where suitable, encryption, to ensure that your personal data are protected from unauthorized or accidental access, deletion, modification, blocking, copying and dissemination.
9.2. Access to the Services is authorized using your login (e-mail address or mobile phone number) and password. You are responsible for keeping this information confidential. You should not share your credentials with third parties and we recommend you take measures to ensure this information is kept confidential.
9.3. If you forget your login details, you can request us to send you an SMS or email, which will contain a restoration code.
9.4. To reduce the probability of third parties gaining unauthorized access, if you login to your account from an unusual place or after several failed attempts to provide valid login details, we may block entry to your account. You will then need to contact Service support and provide certain additional information to verify your credentials and gain access to your account.
10.1. From time to time, we may change and/or update this Privacy Policy. If this Privacy Policy changes in any way, we will post an updated version on this page. We will store the previous versions of this Privacy Policy in our documentation achieve. We recommend you regularly review this page to ensure that you are always aware of our information practices and any changes to such.
11.1. If you have any questions, please send your inquiries to Service support at support@sunstrikestudios.com or send your request to us, in writing to Kallipoleos 3, office 102, 1055 Nicosia, Cyprus. So we can deal with your enquiry effectively, please quote this Privacy Policy. We will aim to respond to you within 30 days from receipt of request.
11.2. All correspondence received by us from you (written or electronic inquiries) is classified as restricted-access information and may not be disclosed without your written consent. The personal data and other information about you may not be used without your consent for any purpose other than for response to the inquiry, except as expressly provided by law.
© Sun Strike Gaming Ltd . 2023
Privacy Policy
1.1. We are Sun Strike Gaming Ltd located at Kallipoleos 3, office 102, 1055 Nicosia, Cyprus, working under the brand "Sunstrike Studios".
1.2. This Privacy Policy sets out how we collect and use your personal information when you use the mobile, online and downloadable products and services ("Services") offered by Sun Strike Gaming Ltd and its subsidiaries at https://sunstrikestudios.com/ and the choices available to you in connection with our use of your personal information (the Privacy Policy).This Privacy Policy should be read alongside, and in addition to, our terms and conditions at https://sunstrikestudios.com/ (Terms). In case of any contradictions between this Privacy Policy and the Terms, this Privacy Policy will prevail.
2.1. By making available the Services we, acting reasonably and in good faith, believe that you:(a) have all necessary rights to register on and use the Services;(b) provide true information about yourself to the extent necessary for use of the Services;(c) understand that by the posting your personal information you have manifestly made this information public, and this information may become available to other Site users and internet users, be copied and disseminated by them;(d) understand that some types of information transferred by you to other Service users cannot be deleted by you or us;(e) are aware of and accept this Privacy Policy.
2.2. We do not check the user information received from you, except where such check is necessary in order for us to fulfill our obligations to you.
2.3. This Privacy Policy applies only to the European Union-based users. If you are not a European Union-based user, please refer to the Privacy Policy applicable in the relevant jurisdiction.
3.1. In order to implement the agreement between you and us, and provide you with access to the use of the Services, we will improve, develop and implement new features to our Services, and enhance the available Services functionality. To achieve these objectives, and in compliance with applicable laws, we will collect, store, aggregate, organise, extract, compare, use, and supplement your data (hereinafter “processing”). We will also receive and pass this data, and our automatically processed analyses of this data to our affiliates and partners as set out in the table below and section 4 of this Privacy Policy.
3.2. We set out in more detail the information we collect when you use our Services, why we collect and process it and the legal bases below.
# | Information Collected | Purpose | Legal Basis |
---|---|---|---|
1 | Data you provide for registering in the Services including your email and/or mobile phone number | We use this information in order to manage and administer the Services provided to you. We use this data to enable us to fulfill our obligations to you as part of the Services (e.g. in cases where you request restoration of your account). See section 8.3 of this Privacy Policy for more information. We also use this information in order to provide you with updates and information on our and selected third parties' products and services we think you may be interested in. | Legitimate interests Performance of our contract with you |
2 | Where necessary, a copy of your identity or another document containing your name, surname, photograph, number of the principal identity document of you or your representative, payment details and another additional data, with that you may provide us, including through our support service.We may take additional verification steps where we consider reasonable in order to verify your account. | We use this data in order to identify you, verify your account and prevent abuse and infringements of your or other persons' rights.For example, we use this information to verify your identity if you lose your credentials and wish to access your account with us. | Legitimate Interests |
3 | Additional data you provide on dedicated Services profile page via including your first and last name, nickname, gender, date of birth, avatar picture and language preferences. | We use this information in order to provide our Services to you, to manage and administer Services and as additional information to verify your account to prevent abuse and infringements of your or other persons' rights. We also use this information in order to provide you with updates and information on our and selected third parties' products and services we think you may be interested in.We use this information in order to tailor and improve the adverts that are presented on the Site and measure the effectiveness of these advertisements. | Legitimate interests Performance of our contract with you |
4 | Additional data received when you access the Services, including information regarding technical devices, technical interaction with the Service such as your IP-address, time of registration in the Service, device ids, country and language settings, device model and operating system used, your installed apps, type of browser, your Internet provider and/or phone network operator, network type, screen resolution, RAM size and your browsing behavior. | We use your data for internal review in order to constantly improve the content of our Services and web pages, optimizing your user experience, to understand any errors you may encounter when using the Services, to notify you of changes to the Services and to personalise the use of our Services.We use this information in order to tailor and improve the adverts that are presented on the Site and measure the effectiveness of these advertisements. | Legitimate Interests |
5 | Information that is automatically received at the time of access to the Services with the use of cookies. | Please see our cookies policy which sets out the types of cookies we use and what we use these cookies for. We use this information in order to tailor and improve the adverts that are presented on the Site and measure the effectiveness of these advertisements. | Consent |
6 | Information that is created by you while using the Services (including information that you post in any game forums and/or chat rooms). Depending on the place of posting (chat room or forum) this information can be available to some or all other users of our Services. | We use this information in order to manage and administer the Services including providing our services to you. | Legitimate interests, which inter alia, include the processing of manifestly made public by you data Performance of our contract with you |
7 | Information that is created by you while placing requests to our Services support. | We use this information in order to verify your identity and to fulfil your support request. We may also use this data in order to investigate any complaints on your behalf and to provide you with a more efficient service. | Legitimate interests Performance of our contract with you |
8 | Information that is received as the result of your behavioral actions when using the Services (including your game actions and achievements, badges). This information can be available to other users of our Services (e.g. on Leaderboards). | We use this information in order to manage and administer the Services including providing our Services to you. We may also use this data in order to tailor and improve the adverts that are presented to you to and measure the effectiveness of these advertisements. | Legitimate interests |
9 | Information that is received about you as the result of other users’ actions on the Services (in particular, information posted in chat rooms and forums by other users). | We use this information in order to manage and administer the Services including providing our Services to you. | Legitimate interests |
10 | Data collected via third parties, including your social network ids, application store ids, nickname, email and friends list, when you register in our Services via you social or application store accounts and/or connect your social account to our Services. | We use this information in order to manage and administer the Services provided to you. We use this information for certain social functions of our Services, such as to show you who of your friends play the same game as you. We also use this information in order to provide you with updates and information on our and selected third parties' products and services we think you may be interested in. | Legitimate interests Performance of our contract with you |
3.3. Our legitimate interests include (1) maintaining and administrating the Services; (2) providing the Services to you; (3) improving the content of the Services and web pages; (4) processing of the data that was manifestly made public by you; (5) ensuring your account is adequately protected; and (6) compliance with any contractual, legal or regulatory obligations under any applicable law.
3.4. As part of maintaining and administrating the Services we use the information to analyse user activity and ensure that rules and terms of use for the Services are not violated.
3.5. Your personal information may also be processed if it is required by a law enforcement or regulatory authority, body or agency or in the defence or exercise of legal claims.We will not delete personal information if it is relevant to an investigation or a dispute.It will continue to be stored until those issues are fully resolved and/or during the term that is required and/or permissible under applicable/relevant law.
3.6. You may withdraw your consent to sending you marketing information by amending your privacy settings of your account.
3.7. Please note, if you do not want us to process sensitive and special categories of data about you (including data relating to your health, racial or ethnic origin, political opinion, religious or philosophical beliefs, sex life, and your sexual orientation) you should take care not to post this information or share this data on the Site.Once you have provided this data it will be accessible by other site users and it becomes difficult for us to remove this data.
3.8. Please note, if you withdraw your consent to processing or you do not provide the data that we require in order to maintain and administer the Services, you may not be able to access the Services or register with the web pages.
3.9. If we intend to further process your data for any other purpose to those set out in this Privacy Policy, we shall provide you with details of this further purpose before we commence processing.
4.1. Your username can be available to all of the Service users. We take technical and organizational measures to ensure that your data is safe. Please note that by the posting your personal information you have manifestly made this information public, and this may become available to other Service users and internet users and be copied and/ or disseminated by such users. Once this data is transferred by you to other users you will not be able to delete this data.
4.2. Sometimes we may need to share your data with a third party in order to provide our Services to you or to administer the Services, for example if you choose to share your data across other social media platforms.
4.3. We may also share your data with our third party contractors and application developers provided these third parties assume confidentiality obligations regarding your personal data collected by your use of the applications they offer. The developers use the information provided to them in order to provide you with additional services. Data will only be shared with these developers with your consent. You can authorise developers to access your information via our products.
4.4. Our ad management and recommendation system is designed so that your information will not be shared directly with our third party advertisers. An advertiser or maker of a recommendation can only choose to target advertisements to groups of users falling within criteria such as age, gender or location, or to target communities according to type, e.g. cars or fashion. If you fall within one of the target groups you will receive an advert or recommendation.
4.5. An advertiser or maker of recommendations may also choose to upload a list of emails, phone numbers and identities to our systems so that we (but not the adviser or maker of recommendations) can check for user matches. They will see the number of matches but not the matches themselves.
4.6. If you participate in public tournaments we may have the obligation to disclose your personal information to tax authorities. We also may publish your data as part of the tournament score tables on our and third party websites.
4.7. Sun Strike Studios (Cyprus) Ltd or our selected third party partners with our permission, using their own ad servers, can show advertisements to you.
5.1. The Services may contain links to sites operated by third parties. We are not responsible for your data privacy when you access these links or engage with third party services and you should ensure you review the relevant third party's privacy statement which will govern your data privacy rights.
5.2. We bear no liability for the actions of third parties which, as the result of your use of the internet or the Services, obtain access to your information in accordance with the confidentiality level selected by you.
5.3. We bear no liability for the consequences of use of the information which, due to the Services nature, is available to any internet user. We ask you to take a responsible approach to the scope of their information posted on the Site.
6.1. We may transfer and maintain on our servers or databases some of your personal information outside the European Economic Area (EEA) including in Russia.
6.2. The countries to which we transfer your data may not have the same data protection laws as your jurisdiction. We take reasonable cyber security measures and/or put in place the Standard Contractual Clauses (e.g. Model Clauses, Data Processing Agreement/Addendum) to ensure your data is adequately protected.
7.1. We will retain your personal information for as long as required to perform the purposes for which the data was collected depending on the legal basis for which that data was obtained and/or whether additional legal/regulatory obligations mandate that we retain your personal information during the term that is required and/or permissible under applicable/relevant law.
7.2. You may delete your personal data by removing the data from your account; alternatively, you can delete your account.
7.3. We may remove your account, or the information you post as provided by the Terms.
8.1. You have the following rights, in certain circumstances, in relation to your personal information:(a) Right to access your personal information.(b) Right to rectify your personal information: you can request that we update, block or delete your personal data, if the data is incomplete, outdated, incorrect, unlawfully received or no longer relevant for the purpose of processing.(c) Right to restrict the use of your personal information.(d) Right to request that your personal information is erased.(e) Right to object to processing of your personal information.(f) Right to data portability (in certain specific circumstances).(g) Right not to be subject to an automated decision.(h) Right to lodge a complaint with a supervisory authority.
8.2. You also have a right to independently remove personal information on your account and make changes and corrections to your information, provided that such changes and corrections contain up-to-date and true information. You can also view an overview of the information we hold about you.
8.3. If you would like to exercise these rights, please contact Support Service at support@sunstrikestudios.com or send your request to us, in writing to Kallipoleos 3, office 102, 1055 Nicosia, Cyprus. We will aim to respond to you within 30 days from receipt of request. We will need to verify your identity before we are able to disclose any personal data to you.
9.1. We take technical, organizational and legal measures, including, where suitable, encryption, to ensure that your personal data are protected from unauthorized or accidental access, deletion, modification, blocking, copying and dissemination.
9.2. Access to the Services is authorized using your login (e-mail address or mobile phone number) and password. You are responsible for keeping this information confidential. You should not share your credentials with third parties and we recommend you take measures to ensure this information is kept confidential.
9.3. If you forget your login details, you can request us to send you an SMS or email, which will contain a restoration code.
9.4. To reduce the probability of third parties gaining unauthorized access, if you login to your account from an unusual place or after several failed attempts to provide valid login details, we may block entry to your account. You will then need to contact Service support and provide certain additional information to verify your credentials and gain access to your account.
10.1. From time to time, we may change and/or update this Privacy Policy. If this Privacy Policy changes in any way, we will post an updated version on this page. We will store the previous versions of this Privacy Policy in our documentation achieve. We recommend you regularly review this page to ensure that you are always aware of our information practices and any changes to such.
11.1. If you have any questions, please send your inquiries to Service support at support@sunstrikestudios.com or send your request to us, in writing to Kallipoleos 3, office 102, 1055 Nicosia, Cyprus. So we can deal with your enquiry effectively, please quote this Privacy Policy. We will aim to respond to you within 30 days from receipt of request.
11.2. All correspondence received by us from you (written or electronic inquiries) is classified as restricted-access information and may not be disclosed without your written consent. The personal data and other information about you may not be used without your consent for any purpose other than for response to the inquiry, except as expressly provided by law.
© Sun Strike Gaming Ltd . 2023
Данный сайт использует Cookie
Редактируемый текст