Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 11 Next capture
2021 2022 2023
1 capture
11 Jun 22 - 11 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
7
Question by CJCurrie · Jan 16, 2010 at 07:06 PM · sceneprojector

Projector displays tiled texture across entire scene

I have seen people with this problem, so I thought I'd post it and answer it, too. I'm trying to get my score up, so please vote for it!

Projectors will sometimes display a tiled texture across the entire scene, even when the exact same setting as the included Blob Shadow projector are used. Additive shader, multiply shader, it makes little difference, the problem lies elsewhere. What is going on?

Comment
Add comment · Show 1
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image ivanhoe1982 · Nov 08, 2012 at 09:54 PM 0
Share

I second that... I am currently trying to solve the exact same issue...

9 Replies

· Add your reply
  • Sort: 
avatar image
17
Best Answer

Answer by CJCurrie · Jan 16, 2010 at 07:07 PM

The answer is quite simple:

The problem lies in the settings of the individual texture. Changing the import setting to have the texture "clamp" instead of "wrap" solves things quite nicely.

Also, if someone could be nice and create the "projector" tag and add it to this, that would be great. I can't because I'm a new user.

Comment
Add comment · Show 6 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image Jessy · Jan 16, 2010 at 07:46 PM 0
Share

That's weird. They tell you how to do it on the light cookie page, but not on the projector page.

http://unity3d.com/support/documentation/$$anonymous$$anual/HOWTO-LightCookie.html

avatar image spilth · Sep 26, 2010 at 04:38 PM 2
Share

I tried changing wrap to clamp but it didn't help. What else could I be missing?

avatar image CJCurrie · Nov 16, 2010 at 12:48 AM 0
Share

I'm not really sure, because the problem has been inconsistent.The projector has been dealing me headaches for months now.

avatar image konsnos · Jul 01, 2014 at 08:31 AM 0
Share

I thank you sir. I can't upvote you because of my reputation, but i wish I could! You are a savior.

avatar image jpthek9 · Apr 28, 2015 at 03:37 AM 0
Share

Unfortunately, this doesn't work for me. The only way to change tiling, I've found, is by changing the FOV. This is problematic because my projector then can't project onto multiple objects.

Show more comments
avatar image
9

Answer by MPink · Aug 09, 2011 at 10:06 AM

Iv seen 2 additional problems with projectors not mentioned hear yet.

1) Clamping: clamping will only work if the outer edge of the texture your trying to use is transparent.

2) Mipmaping: disable mipmaping for the texture your using or when you reduce the resolution of the texture you will recreate the the clamping problem again.

Comment
Add comment · Show 1 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image demented_hedgehog · Jan 12, 2015 at 02:20 AM 0
Share

(Can't upvote no reputation.. but agree with mpink).. For 2). Go to texture type, select advanced, turn border mip maps on.

avatar image
4

Answer by sybixsus · Jan 30, 2010 at 08:59 PM

Unfortunately, setting the texture settings to "Clamp" instead of "wrap" does not solve things quite nicely, or indeed, at all. It may be true that this can sometimes be the problem, but this is not the only time it happens.

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image
0

Answer by Tiago Melo · Nov 12, 2010 at 11:42 PM

I'm having this problem too. it seems that the Projector don't limit itself to the correct area. It affects everything on the scene below the projector.

Comment
Add comment · Show 1 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image Tseng · Jun 12, 2011 at 03:22 PM 0
Share

This happens, when the Border of your texture is black (or white) depending on the shader you're using

avatar image
0

Answer by crol · Jun 12, 2011 at 03:00 PM

Opened project from Unity 2.* in 3.3 - blob shadows works fine. Created my own clear project and tried to make projector works without filling everything and not in right position - failed. Matched first and second project after that and find out that textures for projector must be prepared with set of options, not only a clamp mode needed :)

So the best way is to create test project with default Projectors asset and look there how it works.

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
  • 1
  • 2
  • ›

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

8 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

would it be possible to project a Scene on a plane 1 Answer

how to create 2d and pseudo 2d lines and shapes in 3d space? 3 Answers

How is this effect achieved (newbie question)? 1 Answer

Is there any way to make projector with another direction of projection 0 Answers

Project a mesh on ground 0 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges