omid3098 / OpenFlowMap

MIT License
99 stars 7 forks source link

FlowMapRenderer unexpectedly write and assign new texture #8

Closed fight4dream closed 11 months ago

fight4dream commented 11 months ago

Procedure:

  1. Create new project with URP template. By default it will open the Assets/Scenes/SampleScene.unity that comes with the template.

  2. Install OpenFlowMap. image

  3. Notice a texture is created and being assigned into the FlowMapRenderer image image image

Expected result: the original texture reference should not be changed.

fight4dream commented 11 months ago

because #9 will remove the FlowmapRenderer, it should also handle this issue